Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DREAMS | ERC-20 | 7.42115K | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- | |
Sora | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20360377 | 4 months ago | | | 0 | 0.00044987598 | |
| 20271104 | 5 months ago | | | 0 | 0.010559445 | |
| 20271095 | 5 months ago | | | 0 | 0.0095466733 | |
| 20262784 | 5 months ago | | | 0 | 0.019117113 | |
| 20135422 | 5 months ago | | | 0 | 0.0020124538 | |
| 20016342 | 6 months ago | | | 0 | 0.00049317406 | |
| 19587434 | 8 months ago | | | 0 | 0.0021288417 | |
| 19557013 | 8 months ago | | | 0 | 0.0040559507 | |
| 19315596 | 9 months ago | | | 0 | 0.0078566945 | |
| 19267222 | 9 months ago | | | 0 | 0.00087357449 |
ABI
ABI objects
Getter at block 21320957
DOMAIN_SEPARATOR() view returns (bytes32)
0x4fabf36b31cf8251577951184f3310bd602be5edfa2eea736df2a8056484a6b2
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
gen0() view returns (address)
0x4e2781e3ad94b2dfcf34c51de0d8e9358c69f296
gen1() view returns (address)
0xab9f99e6460f6b7940ab7920f44d97b725e0fa4c
gen1MintPrice() view returns (uint248 price, bool active)
(price=444000000000000000000, active=true)
harvestBaseRate() view returns (uint128)
100000000000000
harvestMintCap() view returns (uint256)
7000000000000000000000000
minStakeBlocks() view returns (uint32)
6600
mintCap() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Dreams
owner() view returns (address)
0x3b465bf6bcf57e6e7f05c216f581035536214d7a
symbol() view returns (string)
DREAMS
totalHarvestMinted() view returns (uint128)
4872318822000000000000000
totalMinted() view returns (uint128)
5207074476387552208598899
totalSupply() view returns (uint256)
2294878476387552208598899
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getNFTData(uint256[] tokenUids, uint256[] dataTypeIds) view returns (bytes32[])
hasPurchasedTicket(uint256, address) view returns (bool)
isClaimed(uint256 slot) view returns (bool)
minters(address) view returns (bool)
nftData(uint256, uint256) view returns (bytes32)
nftDataPrices(uint256) view returns (uint248 price, bool active)
nonces(address) view returns (uint256)
stakedNFTByIndex(address owner, uint256 index) view returns (uint256)
stakedNFTs(address owner) view returns (uint256[])
ticketPrices(uint256) view returns (uint248 price, bool active)
ticketPurchases(uint256, uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorizeMinter(address minter)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim(address to, uint256 amount, uint256 slot, bytes32[] proof)
harvest(uint256[] rates, bytes32[][] proofs) returns (uint256)
mint(address to, uint256 amount)
mintGen1(uint256 numTokens)
passBackGen1Ownership()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
purchaseTicket(uint256 ticketTypeId)
renounceOwnership()
revokeMinter(address minter)
selfMint(uint256 amount)
setClaimMerkleRoot(bytes32 root)
setGen1MintPrice(uint128 price, bool active)
setHarvestBaseRate(uint128 value)
setMinStakeBlocks(uint32 value)
setNFTData(uint256 tokenUid, uint256 dataTypeId, bytes32 value)
setNFTDataPrice(uint256 dataTypeId, uint248 price, bool active)
setRatesMerkleRoot(bytes32 value)
setStakedNFTData(uint256 tokenUid, uint256 index, uint256 dataTypeId, bytes32 value)
setTicketPrice(uint256 ticketTypeId, uint248 price, bool active)
stakeNFTs(uint256[] tokenUids)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstakeNFTs(uint256[] indices, uint256 numStaked)
Approval(address indexed owner, address indexed spender, uint256 amount)
NFTDataChanged(uint256 tokenUid, uint256 dataTypeId, bytes32 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
IndexOutOfBounds()
InvalidProof()
NoMoreAvailableToMint()
NotActive()
Unauthorized()