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 "BaseTime"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4721151 | a year ago | | | 0 | 0.0000030863175 | |
| 4319383 | a year ago | | | 0.003 | 0.000036048000 | |
| 3390798 | a year ago | | | 0 | 0.0000029007464 | |
| 3390704 | a year ago | | | 0 | 0.0000038884755 | |
| 3388242 | a year ago | | | 0.001 | 0.000042856421 | |
| 3388239 | a year ago | | | 0.001 | 0.000042856421 | |
| 3388236 | a year ago | | | 0.001 | 0.000042856421 | |
| 3388232 | a year ago | | | 0.001 | 0.000042856421 | |
| 3388229 | a year ago | | | 0.001 | 0.000042856421 | |
| 3388225 | a year ago | | | 0.001 | 0.000042856421 |
ABI
ABI objects
Getter at block 22757346
MAX_PER_MINT() view returns (uint256)
5
mintEnd() view returns (uint256)
1696118400
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
BaseTime
owner() view returns (address)
0x1491f4b6dbaf2ed0a4cf94285608b132b27df5df
symbol() view returns (string)
BaseTime
totalSupply() view returns (uint256)
773
Read-only
balanceOf(address owner) view returns (uint256)
colors(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMintEnd(uint256 newMintEnd)
setMintPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAddAddress(address wAddress)
withdrawDelAddress(address wAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.