Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($41,161.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 41.162K | $0.999982 |
$41,161.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20488746 | 4 months ago | | | 0 | 0.000057670816 | |
| 19860299 | 7 months ago | | | 0 | 0.00070364428 | |
| 19860287 | 7 months ago | | | 0 | 0.00053916430 | |
| 19067279 | a year ago | | | 0 | 0.0010778352 | |
| 18919473 | a year ago | | | 0 | 0.00072285642 | |
| 18341214 | a year ago | | | 0 | 0.00076710025 | |
| 18341210 | a year ago | | | 0 | 0.00064275652 | |
| 18316919 | a year ago | | | 0 | 0.00023256807 | |
| 18282099 | a year ago | | | 0 | 0.00029643350 | |
| 17991691 | a year ago | | | 0 | 0.00085279481 |
ABI
ABI objects
Getter at block 21385378
calcYear() view returns (string)
2024
name() view returns (string)
torii
nftid() view returns (uint256)
101
owner() view returns (address)
0x8ae32db161e95d5b74caa5141af535b90c0269c3
symbol() view returns (string)
TORII
totalSupply() view returns (uint256)
101
Read-only
balanceOf(address owner) view returns (uint256)
calcYearLogic(uint256 _unixtime) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
readToriiMessage(uint256 _tokenId) view returns (string)
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 approve(address to, uint256 tokenId)
multiMint(uint256 qty)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setToriiMessage(uint256 _tokenId, string _toriiMessage)
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.