DecagonTimelock
Verified contract
Active on
Ethereum with 22,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd932…700e
Balances ($0.00)
No balances found for "DecagonTimelock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203105 | 6 hours ago | | | 0 | 0.00087552287 | |
| 21199195 | 19 hours ago | | | 0 | 0.00097279469 | |
| 21199182 | 19 hours ago | | | 0 | 0.0010283688 | |
| 21197752 | a day ago | | | 0 | 0.0013749159 | |
| 21192288 | 2 days ago | | | 0 | 0.0011666843 | |
| 21185795 | 3 days ago | | | 0 | 0.0020609533 | |
| 21178150 | 4 days ago | | | 0 | 0.0017649201 | |
| 21178148 | 4 days ago | | | 0 | 0.0017629493 | |
| 21178146 | 4 days ago | | | 0 | 0.0018215728 | |
| 21178144 | 4 days ago | | | 0 | 0.0017930764 |
ABI
ABI objects
Getter at block 21204960
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decagon() view returns (address)
0xd93206bd0062cc054e397ecccdb8436c3fa5700e
Read-only
beforeTransferLogic(address from, address to, uint256 tokenId) view
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isTimelocked(uint256 tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
timelockExpiresAt(uint256 tokenId) view returns (uint256)
usedNonces(string) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
lockToken(uint256 tokenId, uint256 numberOfWeeks, string nonce, uint256 expiryBlock, bytes signature)
removeTimelock(uint256 tokenId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateSigner(address newSigner)
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)
SignerUpdated(address indexed newSigner)
TokenLocked(uint256 indexed tokenId, uint256 indexed numberOfWeeks, string nonce)
constructor(address _signer, address _decagon, address[] admins_)
This contract contains no fallback and receive objects.
ExpiredSignature()
InvalidSignature()
NonceAlreadyUsed()
NotTokenOwner()