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 "T-Gen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20651924 | 3 months ago | | | 0 | 0.000025253511 | |
| 19287763 | 9 months ago | | | 0 | 0.00085279350 | |
| 19159383 | 10 months ago | | | 0 | 0.00028505947 | |
| 19023279 | 10 months ago | | | 0 | 0.0015032832 | |
| 18997482 | a year ago | | | 0 | 0.00040338969 | |
| 18902117 | a year ago | | | 0 | 0.00037788527 | |
| 18834509 | a year ago | | | 0 | 0.00093054627 | |
| 18808062 | a year ago | | | 0 | 0.00098467013 | |
| 18641703 | a year ago | | | 0 | 0.00077593070 | |
| 18561773 | a year ago | | | 0 | 0.0011833390 |
ABI
ABI objects
Getter at block 21298591
MAX_TOKEN_COUNT() view returns (uint256)
10000
PRESALE_PRICE() view returns (uint256)
9900000000000000
PRICE() view returns (uint256)
19000000000000000
baseTokenURI() view returns (string)
ipfs://QmVfq3zhoUQSAaBSTJ4TFc7S8rRCHk62spDUvSmRydEeZg/
name() view returns (string)
T-Gen
owner() view returns (address)
0x501e859af7f32a94bbef57de3b375a45207a03e0
paused() view returns (bool)
false
presaled() view returns (bool)
true
symbol() view returns (string)
T-Gen
totalBurned() view returns (uint256)
4050
totalMinted() view returns (uint256)
5572
totalSupply() view returns (uint256)
1522
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burnUnlucky(uint256[] _tokenIds)
mint(uint256 _amount, bytes _signature) payable
pause()
presale()
presaleMint(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 _baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unpresale()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Presaled(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Unpresaled(address account)
constructor(string _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()