Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x400d…a4f0
Balances ($0.00)
No balances found for "BaseClock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19778582 | 3 months ago | | | 0 | 1.9372615e-7 | |
| 11002837 | 10 months ago | | | 0 | 0.000000000254180740 | |
| 9547126 | a year ago | | | 0 | 0.000000056749000000 | |
| 9546795 | a year ago | | | 0 | 0.000000056749000000 | |
| 9546687 | a year ago | | | 0 | 0.000000056749000000 | |
| 9546505 | a year ago | | | 0 | 0.000000056749000000 | |
| 9496026 | a year ago | | | 0 | 0.000000006161300000 | |
| 9067461 | a year ago | | | 0 | 0.000000045883661098 | |
| 6785372 | a year ago | | | 0 | 0.000000004190724659 | |
| 3168858 | a year ago | | | 0 | 0.000016122753 |
ABI
ABI objects
Getter at block 23658165
mintClose() view returns (uint256)
1692630959
name() view returns (string)
BaseClock
owner() view returns (address)
0x2ce6bd653220436eb8f35e146b0dd1a6013e97a7
renderer() view returns (address)
0x400d5a290bbedea977437c2c420a69912f99a4f0
symbol() view returns (string)
CLOCK
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
hourOffset(uint256) view returns (int8)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
svgRaw(uint256 tokenId, uint256 timestamp) view returns (bytes)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address account, uint256 id) payable
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setAnimationBaseUrl(string newBaseUrl)
setApprovalForAll(address operator, bool isApproved)
setHourOffset(uint256 tokenId, int8 offset)
setRenderer(address rendererAddress)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address rendererAddress)
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
NotOwnerNorApproved()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()