Timeline Transit Company
Verified contract
Active on
Ethereum with 384 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 "Timeline Transit Company"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19847799 | 6 months ago | | | 0 | 0.00011956968 | |
| 18886438 | a year ago | | | 0 | 0.0011055983 | |
| 17757987 | a year ago | | | 0 | 0.00054955418 | |
| 17757940 | a year ago | | | 0 | 0.0013267238 | |
| 16097872 | 2 years ago | | | 0 | 0.0012950119 | |
| 16091183 | 2 years ago | | | 0 | 0.00094980898 | |
| 16034308 | 2 years ago | | | 0 | 0.00038787764 | |
| 15917972 | 2 years ago | | | 0 | 0.00057832100 | |
| 15801782 | 2 years ago | | | 0 | 0.00075858832 | |
| 15800504 | 2 years ago | | | 0 | 0.00095969154 |
ABI
ABI objects
Getter at block 21224264
MAX_SUPPLY() view returns (uint256)
9999
_baseTokenURI() view returns (string)
https://www.timelinetransit.xyz/metadata/
_mintState() view returns (uint8)
0
name() view returns (string)
Timeline Transit Company
owner() view returns (address)
0xc44ed96ec391bcc5c96c3e9ac8c3e00bfe4552be
presaleMerkleRoot() view returns (bytes32)
0xad17c7146043328b9943339a7b71d660be14e55d2a3a26b7042b3881c5d6e66d
price() view returns (uint256)
88000000000000000
symbol() view returns (string)
TTC
systemAddress() view returns (address)
0xd795cfb1fceaebe096255e652e19265c7895efee
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
501
withdrawAddress() view returns (address)
0xe65050351bcb0155238e5811d0f777504e765edc
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
usedNonces(string) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
presaleMint(bytes32[] _merkleProof, uint256 _amount) payable
promoMint(address _to, uint256 _amount)
publicMint(string _nonce, uint256 _amount, bytes _signature) payable
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)
setMintState(uint256 status)
setPresaleMerkleRoot(bytes32 _root)
setPrice(uint256 _newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSystemAddress(address _systemAddress)
setWithdrawAddress(address _address)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()