DoorbusterManager
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DoorbusterManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18617174 | a year ago | | | 0 | 0.0010107568 | |
| 18586878 | a year ago | | | 0 | 0.0017668850 | |
| 17233497 | 2 years ago | | | 0 | 0.0050340036 | |
| 17146542 | 2 years ago | | | 0 | 0.0020468817 | |
| 17145566 | 2 years ago | | | 0 | 0.0019207629 |
ABI
ABI objects
Getter at block 21413077
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KMART_CONTRACT_ROLE() view returns (bytes32)
0x4b35b4c4f5ed4bc9ee0be7ce120f2201543aa776f93a3939a69ccca20bf7569b
signer() view returns (address)
0xeb11d8510d37bd1fc295c08b76652cd00c4df9ec
Read-only
get(uint256 id) view returns (struct IDoorbusterManagerDoorbuster)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonceUsed(uint256) view returns (bool)
supply(uint256) view returns (uint32)
supplyLocked(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events create(uint256 id, uint32 _supply)
grantRole(bytes32 role, address account)
lockSupply(uint256 id)
purchase(uint256 id, uint32 amount)
purchase(uint256 id, uint32 amount, uint256 nonce, bytes signature)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setSigner(address _signer)
setSupply(uint256 id, uint32 _supply)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _signer, address admin)
This contract contains no fallback and receive objects.
DoorbusterManager_InsufficientSupply()
DoorbusterManager_InvalidDoorbuster()
DoorbusterManager_InvalidSignature()
DoorbusterManager_NonceAlreadyUsed()
DoorbusterManager_SupplyLocked()