Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#7) | SFT | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19934477 | 6 months ago | | | 0 | 0.00055790490 | |
| 18608009 | a year ago | | | 0 | 0.0013155841 | |
| 18592749 | a year ago | | | 0 | 0.0049791345 | |
| 18322545 | a year ago | | | 0 | 0.00043442180 | |
| 17777584 | a year ago | | | 0.002 | 0.0054768740 | |
| 17777583 | a year ago | | | 0.002 | 0.0054817290 | |
| 17777579 | a year ago | | | 0.002 | 0.0057053338 | |
| 17777567 | a year ago | | | 0.002 | 0.0056455118 | |
| 17777561 | a year ago | | | 0.002 | 0.0059676131 | |
| 17777548 | a year ago | | | 0.002 | 0.0057258849 |
ABI
ABI objects
Getter at block 21205274
name() view returns (string)
MATH
symbol() view returns (string)
MATH
totalSupply() view returns (uint256)
8045
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)
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 add(uint256 tokenId1, uint256 tokenId2) payable
approve(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, 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.