Sora's Dreamworld
Verified contract
Active on
Ethereum with 10,242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($1.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 0.1 | $17.52 |
$1.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233169 | 4 days ago | | | 0 | 0.00068587543 | |
| 21232931 | 4 days ago | | | 0 | 0.00040488558 | |
| 21210574 | 7 days ago | | | 0 | 0.00046082979 | |
| 21102070 | 22 days ago | | | 0 | 0.00018154681 | |
| 21052433 | a month ago | | | 0 | 0.00012100757 | |
| 21052430 | a month ago | | | 0 | 0.00012464878 | |
| 21042871 | a month ago | | | 0 | 0.00037976872 | |
| 21026808 | a month ago | | | 0 | 0.00035824455 | |
| 20898105 | 2 months ago | | | 0 | 0.00021481168 | |
| 20775529 | 2 months ago | | | 0 | 0.00012087835 |
ABI
ABI objects
Getter at block 21261586
LICENSE() view returns (string)
https://www.nftlicense.org
MAX_TOKENS() view returns (uint256)
10000
MAX_TOKENS_PER_PUBLIC_MINT() view returns (uint256)
10
PROVENANCE() view returns (string)
https://sdw.mypinata.cloud/ipfs/QmX1ETtvGbvS9Y228J9Ua8r1bLpN1ZhSFCBimWyTREvM5p
RNG_CODE_HASH() view returns (uint256)
42956277298423902003463161516579363109808766238634172286068682825598002600307
RNG_CODE_URI() view returns (string)
https://sdw.mypinata.cloud/ipfs/QmUVQq4cvMcMVbdgRCeNzZEtF1EU4JmyqzoSdycxUAqNTz
RNG_SEED_KEY() view returns (string)
DreamingOfTheMilkyway8OGY5ZQBHV1l685G6DQAAWG7VZS7XWMIAS69420MOON
RNG_SEED_KEY_HASH() view returns (uint256)
6874558619327482834796445851892681366107660710197291264104741270906229347565
RNG_VRF_RESULT() view returns (uint256)
48070508396383098838347312577091412546565331491052316925814785515475667278038
TOKEN_PRICE() view returns (uint256)
80000000000000000
baseURI() view returns (string)
https://sorasdreamworld.io/tokens/
name() view returns (string)
Sora's Dreamworld
numPreSaleReservations() view returns (uint256)
3032
owner() view returns (address)
0x3b465bf6bcf57e6e7f05c216f581035536214d7a
saleState() view returns (uint256)
0
symbol() view returns (string)
Sora
totalSupply() view returns (uint256)
10000
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)
presaleReservations(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenNames(uint256) view returns (string)
tokenNamesOfOwner(address _owner) view returns (string[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewTokenName(uint256 _id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeTokenName(uint256 _id, string _name)
closeSale()
forceMint(address[] _addresses)
getRngSeed(uint256 _rngSeedKeyHash, uint256 _rngCodeHash, string _rngCodeURI) returns (bytes32 requestId)
mint(uint256 _numTokens) payable
openPreSale()
openPublicSale()
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
removePreSaleReservations(address[] _addresses)
renounceOwnership()
reserveForPreSale(address[] _addresses, uint256 _numPerAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
selfMint(uint256 _numTokens)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setLicense(string _license)
setProvenance(string _provenance)
setRNGCodeUri(string _rngCodeURI)
setRNGSeedKey(string _rngSeedKey)
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)
LicenseChanged(string _license)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PreSaleOpened()
ProvenanceChanged(string _provenance)
PublicSaleOpened()
RNGCodeUriChanged(string _rngCodeURI)
RNGSeedFufilled(uint256 _vrfResult)
RNGSeedKeyRevealed(string _rngSeedKey)
RNGSeedRequested(uint256 _rngSeedKeyHash, uint256 _rngCodeHash, string _rngCodeURI)
SaleClosed()
TokenNameChanged(address _by, uint256 _tokenId, string _name)
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.