Asia Metropolis
Verified contract
Active on
Ethereum with 2,365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "Asia Metropolis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057957 | 21 days ago | | | 0 | 0.00045185329 | |
| 21028834 | 25 days ago | | | 0 | 0.0023141858 | |
| 20919860 | a month ago | | | 0 | 0.00074043312 | |
| 20606193 | 3 months ago | | | 0 | 0.000039846604 | |
| 20527496 | 3 months ago | | | 0 | 0.00040429086 | |
| 20268217 | 4 months ago | | | 0 | 0.00019943011 | |
| 19888379 | 6 months ago | | | 0 | 0.00024475893 | |
| 19565559 | 8 months ago | | | 0 | 0.00089118029 | |
| 19514540 | 8 months ago | | | 0 | 0.00068007314 | |
| 19448605 | 8 months ago | | | 0 | 0.0015448975 |
ABI
ABI objects
Getter at block 21208851
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_LOOT_SUPPLY() view returns (uint256)
2222
MAX_MLOOT_SUPPLY() view returns (uint256)
2222
MAX_SUPPLY() view returns (uint256)
8888
decimals() view returns (uint8)
0
name() view returns (string)
Asia Metropolis
owner() view returns (address)
0x847d1a2339979d60bcfa29cc0b62bca1358b91ff
symbol() view returns (string)
ASIA
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address delegator) view returns (address)
getAccessory(uint256 tokenId) view returns (string, uint8)
getApproved(uint256 tokenId) view returns (address)
getClothing(uint256 tokenId) view returns (string, uint8)
getCurrentVotes(address account) view returns (uint96)
getDrink(uint256 tokenId) view returns (string, uint8)
getFood(uint256 tokenId) view returns (string, uint8)
getHometown(uint256 tokenId) view returns (string, uint8)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getProfession(uint256 tokenId) view returns (string, uint8)
getShoes(uint256 tokenId) view returns (string, uint8)
getVehicle(uint256 tokenId) view returns (string, uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
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)
votesToDelegate(address delegator) view returns (uint96)
State-modifying
Events approve(address to, uint256 tokenId)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
lootOwnerMint(uint256 lootId, uint16 amount)
mint(uint16 amount)
mlootOwnerMint(uint256 mlootId, uint16 amount)
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)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
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.