isoroom
Verified contract
Active on
Ethereum with 10,446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "isoroom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855463 | 2 months ago | | | 0 | 0.00035077109 | |
| 20703984 | 3 months ago | | | 0 | 0.000043724278 | |
| 20567464 | 3 months ago | | | 0 | 0.000043713590 | |
| 20567463 | 3 months ago | | | 0 | 0.000043408872 | |
| 20521980 | 3 months ago | | | 0 | 0.000080638563 | |
| 20396989 | 4 months ago | | | 0 | 0.000073879275 | |
| 20230760 | 5 months ago | | | 0 | 0.00015537345 | |
| 20149776 | 5 months ago | | | 0 | 0.000046444029 | |
| 19856390 | 6 months ago | | | 0 | 0.00015521777 | |
| 19707430 | 7 months ago | | | 0 | 0.00028015061 |
ABI
ABI objects
Getter at block 21279245
GENESIS_PRICE() view returns (uint256)
88800000000000000
GLOBAL_MINTING_LIMIT() view returns (uint256)
2
MAX_GENESIS_SUPPLY() view returns (uint256)
3000
MAX_RESERVE() view returns (uint16)
20
activeStage() view returns (uint8)
0
merkleRootForOneTicket() view returns (bytes32)
0x06a51a09214ed1a0d6906ce2b46bce9e5c1d5320d171eeee0fd0e2ecec7a49ad
merkleRootForTwoTicket() view returns (bytes32)
0x947e0d0d7cf10bf61fbc7245472f0bb5b8549bf21bf09ddfbd52423964057012
name() view returns (string)
isoroom
owner() view returns (address)
0x51609dc51ee0b7c8ede96c13b3006e1d92336f83
symbol() view returns (string)
ISOROOM
totalSupply() view returns (uint256)
3000
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)
ticketRecord(address) view returns (uint8)
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)
genesisMint(uint256 _numberOfTokens) payable
preSales(uint8 _ticket, uint8 _numberOfTokens, bytes32[] _merkleProof) payable
randomSeedIndex()
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveStage(uint8 _stage)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMerkleRoot(uint256 _ticketType, bytes32 _merkleRoot)
setProvenance(bytes32 _proveData)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Provenance(uint256 indexed proveType, bytes32 proveData)
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.