Timeless
Verified contract
Active on
Ethereum with 11,095 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 "Timeless"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241124 | 2 days ago | | | 0 | 0.00048480600 | |
| 21240583 | 3 days ago | | | 0 | 0.00059223384 | |
| 21236914 | 3 days ago | | | 0 | 0.0013017125 | |
| 21232468 | 4 days ago | | | 0 | 0.00043112333 | |
| 21232310 | 4 days ago | | | 0 | 0.00037722878 | |
| 21229426 | 4 days ago | | | 0 | 0.00074431882 | |
| 21229104 | 4 days ago | | | 0 | 0.00053583264 | |
| 21228536 | 4 days ago | | | 0 | 0.00048605783 | |
| 21221578 | 5 days ago | | | 0 | 0.00052943874 | |
| 21217329 | 6 days ago | | | 0 | 0.00091357661 |
ABI
ABI objects
Getter at block 21258694
baseURI() view returns (string)
ipfs://QmcFDx8avDtPXWzTFrJbdRd8m7aBJsdV95VsCum8i17qZH/
customTokenURI() view returns (string)
name() view returns (string)
Timeless
owner() view returns (address)
0x229c487eaf50369e1ada49893a1ecddd4d513114
symbol() view returns (string)
TMLS
Read-only
balanceOf(address owner) view returns (uint256)
customTokenUri(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minters(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
issueBatch(address to, uint256[] tokenIds, uint8[] es)
issueToken(address to, uint256 _tokenId, uint8 e)
lockBaseURI()
mintBatch(address to, uint256 tokenIdRangeStart, uint256 tokenIdRangeEnd)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCustomTokenURI(string customTokenURI_)
setMinterAccess(address minter, bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
SetMinter(address minter, bool enabled)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.