isotile Genesis Avatars
Verified contract
Active on
Ethereum with 3,700 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb644…1b67
Balances ($0.00)
No balances found for "isotile Genesis Avatars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20642924 | 2 months ago | | | 0 | 0.000069664408 | |
| 20395227 | 3 months ago | | | 0 | 0.000077231743 | |
| 20079502 | 5 months ago | | | 0 | 0.00048707079 | |
| 20009335 | 5 months ago | | | 0 | 0.00033909507 | |
| 19821918 | 6 months ago | | | 0 | 0.00018919569 | |
| 19708728 | 7 months ago | | | 0 | 0.00027874850 | |
| 19603069 | 7 months ago | | | 0 | 0.00036075478 | |
| 19603068 | 7 months ago | | | 0 | 0.00036631277 | |
| 19603067 | 7 months ago | | | 0 | 0.00037571325 | |
| 19603066 | 7 months ago | | | 0 | 0.00037896709 |
ABI
ABI objects
Getter at block 21160598
avatarsHashSha1() view returns (string)
3b2aaeee939ebd5b41866075662819dce7bdcd3f
getPrice() view returns (uint256)
90000000000000000
isClaimingPaused() view returns (bool)
true
name() view returns (string)
isotile Genesis Avatars
owner() view returns (address)
0x0d65d69355944339cda43cf48b4c5f32b78ba416
paused() view returns (bool)
false
symbol() view returns (string)
ISO
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEarlyClaimerAmount(address user_address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 megarares_count)
claimForAddress(address user_address, uint256 megarares_count)
mint(uint256 num) payable
pause()
pauseClaiming()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsotileFurnitureInstance(address isotileFurnitureAddress)
setName(string name_)
setPrice(uint256 price)
setSymbol(string symbol_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unpauseClaiming()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.