Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001597 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21573476 | 6 days ago | | | 0 | 1.8104522e-7 | |
| 21375678 | 10 days ago | | | 0 | 1.2748582e-7 | |
| 21339415 | 11 days ago | | | 0 | 1.1839080e-7 | |
| 21189801 | 15 days ago | | | 0 | 2.2838060e-7 | |
| 21095816 | 17 days ago | | | 0 | 1.7909840e-7 | |
| 21029868 | 18 days ago | | | 0 | 1.7003629e-7 | |
| 20763031 | 25 days ago | | | 0 | 1.7978564e-7 | |
| 20710161 | a month ago | | | 0 | 1.9857123e-7 | |
| 20560148 | a month ago | | | 0 | 2.2838060e-7 | |
| 20498512 | a month ago | | | 0 | 1.2777010e-7 |
ABI
ABI objects
Getter at block 21826550
baseTokenURI() view returns (string)
dataURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
111796
name() view returns (string)
Troves
owner() view returns (address)
0x302c4be690906d9956e7579e69ae9d54bc0b7add
symbol() view returns (string)
TROVES
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getChest(uint256 tokenId) view returns (string)
getFoot(uint256 tokenId) view returns (string)
getHand(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getNeck(uint256 tokenId) view returns (string)
getRing(uint256 tokenId) view returns (string)
getWaist(uint256 tokenId) view returns (string)
getWeapon(uint256 tokenId) view returns (string)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()