TIME NFT Special Issues
Verified contract
Active on
Ethereum with 2,186 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf42a…a8c6
Balances ($0.00)
No balances found for "TIME NFT Special Issues"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158973 | 2 days ago | | | 0 | 0.0013260859 | |
| 21155211 | 2 days ago | | | 0 | 0.00082606299 | |
| 21103273 | 9 days ago | | | 0 | 0.00015695306 | |
| 21021863 | 21 days ago | | | 0 | 0.00067316947 | |
| 21019665 | 21 days ago | | | 0 | 0.00017950994 | |
| 20957123 | a month ago | | | 0 | 0.00065868717 | |
| 20950548 | a month ago | | | 0 | 0.00091997930 | |
| 20840519 | 2 months ago | | | 0 | 0.00043566152 | |
| 20814372 | 2 months ago | | | 0 | 0.0018588465 | |
| 20637547 | 2 months ago | | | 0 | 0.000017584344 |
ABI
ABI objects
Getter at block 21170133
adminAddress() view returns (address)
0xfd7814e3f075abee91459073c29ef2435a14bb9e
name() view returns (string)
TIME NFT Special Issues
owner() view returns (address)
0x6a09e00e31fb609d4b149e062512a2be1a99d376
payoutAddress() view returns (address)
0xf42a5141028f4074f61e81570ffb11f7ad95a8c6
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getHasMinted(uint256 tokenId, address addr) view returns (bool)
getMerkleRoot(uint256 tokenId) view returns (bytes32)
getMintStatus(uint256 tokenId) view returns (bool)
getTokenPrice(uint256 tokenId) view returns (uint256)
getTokenSupply(uint256 tokenId) view returns (uint64)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 tokenId, address[] addresses)
createToken(uint256 tokenId, uint64 supply, bool mintStatus, uint256 price, string uri_, bytes32 merkleRoot, address royaltyRecipient, uint256 royaltyPerc)
mint(uint256 tokenId, bytes32[] merkleProof) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(uint256 tokenId, bytes32 root)
setMintStatus(uint256 tokenId, bool status)
setNewAdmin(address newAdmin)
setPayoutAddress(address payoutAddr)
setRoyaltyPercentage(uint256 tokenId, uint256 newPerc)
setRoyaltyRecipient(uint256 tokenId, address newRecipient)
setTokenPrice(uint256 tokenId, uint256 price)
setTokenSupply(uint256 tokenId, uint64 supply)
setURI(uint256 tokenId, string newURI)
transferOwnership(address newOwner)
withdrawEther()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address admin, address payoutAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.