Skip to content

Instantly share code, notes, and snippets.

View 0xwhatly's full-sized avatar
🌈
Working from home

Dave 0xwhatly

🌈
Working from home
View GitHub Profile
object "Contract" {
code {
datacopy(0, dataoffset("runtime"), datasize("runtime"))
return(0, datasize("runtime"))
}
object "runtime" {
code {
if iszero(calledByOwner()) { revert(0, 0) }
switch selector()
case 0x00 {