TGLP Genesis
Verified contract
Active on
Ethereum with 3,455 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 "TGLP Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299392 | 2 days ago | | | 0 | 0.00045180111 | |
| 21299024 | 2 days ago | | | 0 | 0.00049946995 | |
| 21296773 | 2 days ago | | | 0 | 0.00022372434 | |
| 21292538 | 3 days ago | | | 0 | 0.00034846945 | |
| 21292532 | 3 days ago | | | 0 | 0.00043857338 | |
| 21292313 | 3 days ago | | | 0 | 0.00040070660 | |
| 21286441 | 3 days ago | | | 0 | 0.00049840914 | |
| 21286424 | 3 days ago | | | 0 | 0.00047385039 | |
| 21286126 | 3 days ago | | | 0 | 0.00051694798 | |
| 21281574 | 4 days ago | | | 0 | 0.0011135786 |
ABI
ABI objects
Getter at block 21311132
baseURI() view returns (string)
ipfs://bafybeiazs74kjonyg5b2srbpdwxmkwrhrxmxba62bfa47dsju4e2biiwhi/
name() view returns (string)
TGLP Genesis
owner() view returns (address)
0x146c1724c2e1bbcaad7082af04a31cb0039e4468
root() view returns (bytes32)
0xa91151b305e34112c7c4f7a661fa0f38859ead166c951bded9be9977e704b272
symbol() view returns (string)
TGLP GEN
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
deleteDefaultRoyalty()
mint(uint256 tokenId, bytes32[] proof)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setRoot(bytes32 root_)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setURI(string newBaseURI)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 root_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.