UtilityIsoroom
Verified contract
Active on
Ethereum with 730 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 "UtilityIsoroom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18196903 | a year ago | | | 0 | 0.00036379513 | |
| 17841084 | a year ago | | | 0 | 0.00069495318 | |
| 16524194 | 2 years ago | | | 0 | 0.00068238577 | |
| 16518143 | 2 years ago | | | 0 | 0.00079973873 | |
| 16410212 | 2 years ago | | | 0 | 0.00070027500 | |
| 16374539 | 2 years ago | | | 0 | 0.0031248435 | |
| 16324393 | 2 years ago | | | 0 | 0.00070472785 | |
| 16268620 | 2 years ago | | | 0 | 0.00070270153 | |
| 16228966 | 2 years ago | | | 0 | 0.00065245363 | |
| 16211387 | 2 years ago | | | 0 | 0.0018835111 |
ABI
ABI objects
Getter at block 21222814
PUBLIC_MINTING_LIMIT() view returns (uint256)
20
activeStage() view returns (uint8)
1
maxSupply() view returns (uint256)
6000
mintingPrice() view returns (uint256)
0
name() view returns (string)
UtilityIsoroom
owner() view returns (address)
0x51609dc51ee0b7c8ede96c13b3006e1d92336f83
sealVaultAddress() view returns (bool)
false
signer() view returns (address)
0x8168e7d3a63b08f8e4609ca74547e911809140d7
symbol() view returns (string)
UISOROOM
totalSupply() view returns (uint256)
1122
vaultAddress() view returns (address)
0x126449de757b50714c04d01434492b3c7090f8cb
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)
tokenURI(uint256 tokenId) view returns (string)
whitelistRecord(address) view returns (uint16)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 _numberOfTokens, bool stake) payable
randomSeedIndex()
reduceMaxSupply(uint256 _maxSupply)
renounceOwnership()
reserve(uint256 _numberOfTokens)
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_)
setMintingPrice(uint256 _price)
setProvenance(bytes32 _proveData)
setSealVaultAddress()
setSigner(address _signer)
setVaultAddress(address _valueAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes _message, uint8 _v, bytes32 _r, bytes32 _s, uint16 _numberOfTokens, bool stake) payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()