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 "Glitch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20264883 | 5 months ago | | | 0 | 0.000051987687 | |
| 19817046 | 7 months ago | | | 0 | 0.00018184597 | |
| 19780001 | 7 months ago | | | 0 | 0.00020692230 | |
| 19685009 | 7 months ago | | | 0 | 0.00031429409 | |
| 19159462 | 10 months ago | | | 0 | 0.00030349738 | |
| 18899502 | a year ago | | | 0 | 0.0022340348 | |
| 18884935 | a year ago | | | 0 | 0.0019399225 | |
| 18727691 | a year ago | | | 0 | 0.0013833750 | |
| 18674719 | a year ago | | | 0 | 0.0016247183 | |
| 18670973 | a year ago | | | 0 | 0.0018951574 |
ABI
ABI objects
Getter at block 21297517
deployedTime() view returns (uint256)
1631374624
name() view returns (string)
Glitch
owner() view returns (address)
0x73e7f75ffccec3a2939a58903ebb1a930fcd2e05
symbol() view returns (string)
GLITCH
totalSupply() view returns (uint256)
6118
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEight(uint256 tokenId) view returns (uint256)
getFifth(uint256 tokenId) view returns (uint256)
getFirst(uint256 tokenId) view returns (uint256)
getFourth(uint256 tokenId) view returns (uint256)
getSecond(uint256 tokenId) view returns (uint256)
getSeventh(uint256 tokenId) view returns (uint256)
getSixth(uint256 tokenId) view returns (uint256)
getThird(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
requiredNfts(uint256) 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 addRequiredNft(address _nft)
approve(address to, uint256 tokenId)
claim(uint256 tokenId)
ownerClaim(uint256 tokenId)
removeRequiredNft(uint256 _idx)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.