Skip to content

Instantly share code, notes, and snippets.

View robercano's full-sized avatar
🏠
Working from home

Roberto Cano robercano

🏠
Working from home
View GitHub Profile
object "Token" {
code {
// Store the creator in slot zero.
sstore(0, caller())
// Deploy the contract
datacopy(0, dataoffset("runtime"), datasize("runtime"))
return(0, datasize("runtime"))
}
object "runtime" {