Time Travelers
Verified contract
Active on
Ethereum with 675 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Time Travelers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16635255 | 2 years ago | | | 0 | 0.0027367471 | |
| 16557202 | 2 years ago | | | 0 | 0.0025536018 | |
| 16557202 | 2 years ago | | | 0 | 0.0031548627 | |
| 16548581 | 2 years ago | | | 0 | 0.0013451173 | |
| 16506765 | 2 years ago | | | 0 | 0.00067611200 | |
| 16466556 | 2 years ago | | | 0 | 0.00039523824 | |
| 16270807 | 2 years ago | | | 0 | 0.00049272347 | |
| 16215054 | 2 years ago | | | 0 | 0.00058535952 | |
| 16122583 | 2 years ago | | | 0 | 0.00052038466 | |
| 16014052 | 2 years ago | | | 0 | 0.00090541664 |
ABI
ABI objects
Getter at block 21169294
MAX_NFTS() view returns (uint256)
1440
baseURI() view returns (string)
ipfs://QmTCddwdNyVnwPxxaiAaThWgpU55vwxCN6Ui7MLfFPrN7c/
maxNftPurchase() view returns (uint256)
12
name() view returns (string)
Time Travelers
nftPrice() view returns (uint256)
60000000000000000
owner() view returns (address)
0xb7d4b64299ee55fbc2da6a3d56d0111ccdbce9d3
presaleIsActive() view returns (bool)
false
saleIsActive() view returns (bool)
false
symbol() view returns (string)
TRAVELERS
totalSupply() view returns (uint256)
521
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAdmin(address account) view returns (bool)
isWhiteListed(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
flipPreSaleState()
flipSaleState()
mint(uint256 numberOfTokens) payable
preMint(uint256 numberOfTokens) payable
renounceOwnership()
reserveNfts(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNftPrice(uint256 price)
setTokenAdmin(address account, bool enabled)
setWhitelistAddress(address account, bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.