iDreamer
Verified contract
Active on
Ethereum with 1,820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
4 additional
variables
Balances ($5,658.55)
Native
Value
$5,658.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.709 | $3,311.03 |
$5,658.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19726994 | 7 months ago | | | 0 | 0.00057955225 | |
| 19094254 | 10 months ago | | | 0 | 0.00056258625 | |
| 19065797 | 10 months ago | | | 0 | 0.00045772552 | |
| 18865150 | a year ago | | | 0 | 0.00035617605 | |
| 18336707 | a year ago | | | 0 | 0.00043617344 | |
| 18197246 | a year ago | | | 0 | 0.00033982901 | |
| 17867523 | a year ago | | | 0 | 0.00078376167 | |
| 17816770 | a year ago | | | 0 | 0.0010212836 | |
| 17670673 | a year ago | | | 0 | 0.0010559503 | |
| 17659208 | a year ago | | | 0 | 0.00034038930 |
ABI
ABI objects
Getter at block 21275723
MAX_MINTS_PER_TXN() view returns (uint256)
8
baseURI() view returns (string)
https://mint.impermanent.digital/api/idreamer/metadata/
evolutionIsActive() view returns (bool)
true
evolvePrice() view returns (uint256)
15000000000000000
freeMintingIsActive() view returns (bool)
false
isLocked() view returns (bool)
false
maxPresaleMintsPerWallet() view returns (uint256)
8
maxReserveMintsPerWallet() view returns (uint256)
10
maxTokenSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
0
mintingIsActive() view returns (bool)
false
name() view returns (string)
iDreamer
owner() view returns (address)
0x7ae7e6746b235db35bf58ea0647cc74b3e8535dc
presaleMintingIsActive() view returns (bool)
true
provenance() view returns (string)
reserveMintPrice() view returns (uint256)
100000000000000000
reserveMintingIsActive() view returns (bool)
false
signerAddress() view returns (address)
0xb44b7e7988a225f8c479cb08a63c04e0039b53ff
symbol() view returns (string)
IDREAM
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
freeMints(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hashMintApproval(address mintAddress, uint256 mintAllowance) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMints(address) view returns (uint256)
reserveMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
evolve(uint256 tokenId, string id) payable
flipEvolutionState()
freeMint(uint256 mintAllowance, bytes signature)
lockProvenance()
ownerMint(uint256 reservedAmount, address mintAddress)
presaleMint(uint256 numTokens) payable
publicMint(uint256 numTokens) payable
renounceOwnership()
reserveMint(string id) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxMintsPerWallet(uint256 newPresaleLimit, uint256 newReserveLimit)
setMaxTokenSupply(uint256 maxSupply)
setMintingStates(bool newMintingIsActive, bool newPresaleMintingIsActive, bool newReserveMintingIsActive, bool newFreeMintingIsActive)
setPrices(uint256 newPrice, uint256 newReservePrice, uint256 newEvolvePrice)
setProvenanceHash(string provenanceHash)
setSignerAddress(address newSignerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawForGiveaway(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Evolved(uint256 tokenId, string id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReleased(address to, uint256 amount)
ReserveMinted(uint256 tokenId, string id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.