Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Greenhouse"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20070502 | 6 months ago | | | 0 | 0.00083709374 | |
| 18078203 | a year ago | | | 0 | 0.066820455 | |
| 18078197 | a year ago | | | 0 | 0.0037472722 | |
| 18078192 | a year ago | | | 0 | 0.0010017480 | |
| 17911788 | a year ago | | | 0 | 0.0016300943 |
ABI
ABI objects
Getter at block 21315897
authed() view returns (address[])
[0xc50dFeDb7E93eF7A3DacCAd7987D0960c4e2CD4b, 0x39aBD7819E5632Fa06D2ECBba45Dca5c90687EE3, 0x74258A92611e029b748F79c50024DD851339dB15]
tolled() view returns (address[])
[0xc50dFeDb7E93eF7A3DacCAd7987D0960c4e2CD4b]
Read-only
addressOf(bytes32 salt) view returns (address)
authed(address who) view returns (bool)
bud(address who) view returns (uint256)
tolled(address who) view returns (bool)
wards(address who) view returns (uint256)
State-modifying
Events deny(address who)
diss(address who)
kiss(address who)
plant(bytes32 salt, bytes creationCode) returns (address)
rely(address who)
AuthGranted(address indexed caller, address indexed who)
AuthRenounced(address indexed caller, address indexed who)
Planted(address indexed caller, bytes32 indexed salt, address indexed addr)
TollGranted(address indexed caller, address indexed who)
TollRenounced(address indexed caller, address indexed who)
constructor(address initialAuthed)
This contract contains no fallback and receive objects.
AlreadyPlanted(bytes32 salt)
EmptyCreationCode()
EmptySalt()
NotAuthorized(address caller)
NotTolled(address caller)
PlantingFailed(bytes32 salt)