Dreamlands
Verified contract
Active on
Ethereum with 16,351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($2,069.24)
Native
Value
$2,069.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.56 | $3,695.08 |
$2,069.24 | |
DREAM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293561 | a day ago | | | 0 | 0.00056329960 | |
| 21271375 | 4 days ago | | | 0 | 0.00041121116 | |
| 21257238 | 6 days ago | | | 0 | 0.00086316298 | |
| 21256613 | 6 days ago | | | 0 | 0.00041730865 | |
| 21253611 | 7 days ago | | | 0 | 0.00042289199 | |
| 21245481 | 8 days ago | | | 0 | 0.0010240902 | |
| 21245473 | 8 days ago | | | 0 | 0.0010718894 | |
| 21234576 | 10 days ago | | | 0 | 0.00040907607 | |
| 21232807 | 10 days ago | | | 0 | 0.00043921127 | |
| 21226087 | 11 days ago | | | 0 | 0.0011357440 |
ABI
ABI objects
Getter at block 21302745
DEV_ADDRESS() view returns (address)
0x1c78a76c0b4a4c2f99ad8d0abb7a1556fa55df59
DEV_AMOUNT() view returns (uint256)
4000000000000000000
GIVEAWAY() view returns (uint256)
110
MAX_SUPPLY() view returns (uint256)
10000
commonURI() view returns (string)
currentWave() view returns (uint256)
3
devWithdrawnAmount() view returns (uint256)
4000000000000000000
freeStarted() view returns (bool)
false
lock() view returns (bool)
false
maxPublicMint() view returns (uint256)
3
name() view returns (string)
Dreamlands
owner() view returns (address)
0xb222ae2dc3fa62cfea005e5d56fa1c5abc894c4b
paused() view returns (bool)
false
prefixURI() view returns (string)
ipfs://QmbkEcCxAmBj1BpGCmRZS6zBYaKRrDxQDAd77YBT9Jthi1/
saleStarted() view returns (bool)
false
symbol() view returns (string)
DREAM
totalSupply() view returns (uint256)
10000
whitelistStarted() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
freeMaxSupply(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteList(address _sender, uint256 _maxCount, uint256 _wave, bytes _sig) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMaxSupply(uint256) view returns (uint256)
publicPrices(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256) view returns (string)
whitelistMaxSupply(uint256) view returns (uint256)
whitelistPrices(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
lockBaseURI()
mintPublic(uint256 _count) payable
mintWhitelist(uint256 _count, uint256 _maxCount, uint256 _wave, bytes _sig) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommonURI(string _uri)
setFreeMaxSupply(uint256 _wave, uint256 _supply)
setFreeStarted(bool _hasStarted)
setMaxPublicMint(uint256 _maxMint)
setPrefixURI(string _uri)
setPublicMaxSupply(uint256 _wave, uint256 _supply)
setPublicPrices(uint256 _wave, uint256 _price)
setSaleStarted(bool _hasStarted)
setSignerAddress(address _signer)
setTokenURI(string _uri, uint256 _tokenId)
setWave(uint256 _wave)
setWhitelistMaxSupply(uint256 _wave, uint256 _supply)
setWhitelistPrices(uint256 _wave, uint256 _price)
setWhitelistStarted(bool _hasStarted)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawDev()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.