extraDiscreetNFT
Verified contract
Active on
Ethereum with 426 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "extraDiscreetNFT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19248836 | 9 months ago | | | 0 | 0.00072918924 | |
| 16222630 | 2 years ago | | | 0 | 0.00059308317 | |
| 16222629 | 2 years ago | | | 0 | 0.00055544770 | |
| 16222625 | 2 years ago | | | 0 | 0.00061232324 | |
| 16222622 | 2 years ago | | | 0 | 0.00058407141 | |
| 16222621 | 2 years ago | | | 0 | 0.00059753630 | |
| 16222617 | 2 years ago | | | 0 | 0.00056521418 | |
| 16222617 | 2 years ago | | | 0 | 0.00056521418 | |
| 16222616 | 2 years ago | | | 0 | 0.00055884206 | |
| 16222611 | 2 years ago | | | 0 | 0.00078397200 |
ABI
ABI objects
Getter at block 21262966
discreet() view returns (address)
0x3c77065b584d4af705b3e38cc35d336b081e4948
name() view returns (string)
extra-discreet
symbol() view returns (string)
EXTRADISCREET
totalSupply() view returns (uint256)
288
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)
reclaimableThreshold(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId)
mint(uint256 tokenId)
mintFromOutOfRangeDiscreet(uint256 oldDiscreetTokenId, uint256 newExtraDiscreetTokenId)
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)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.