EurekaRabbitMysteryBox
Verified contract
Active on
Ethereum with 4,793 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1de4…6bfe
Balances ($0.00)
No balances found for "EurekaRabbitMysteryBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19096495 | 10 months ago | | | 0 | 0.00027736640 | |
| 19089591 | 10 months ago | | | 0 | 0.00049029403 | |
| 19024304 | 10 months ago | | | 0 | 0.00079835700 | |
| 18891350 | a year ago | | | 0 | 0.00050942100 | |
| 18803029 | a year ago | | | 0 | 0.00081240684 | |
| 18562091 | a year ago | | | 0 | 0.00085981954 | |
| 18368716 | a year ago | | | 0 | 0.00032572563 | |
| 18368714 | a year ago | | | 0 | 0.00034388593 | |
| 18338793 | a year ago | | | 0 | 0.00026127917 | |
| 18263360 | a year ago | | | 0 | 0.00054945513 |
ABI
ABI objects
Getter at block 21295961
TOTAL_COUNT() view returns (uint16)
3261
amountMinted() view returns (uint256)
2619
availableCountFreeMint() view returns (uint256)
98
availableCountReserved() view returns (uint256)
544
freeMintEndTime() view returns (uint256)
0
freeMintStartTime() view returns (uint256)
0
free_max_mint_count() view returns (uint16)
1
getAmountMinted() view returns (uint256)
2619
migrationStarted() view returns (bool)
true
mintPrice() view returns (uint256)
0
owner() view returns (address)
0x813af18ec8260d6fcd027259929153112be98a34
public_max_mint_count() view returns (uint16)
1
status() view returns (uint8)
2
tokenId() view returns (uint256)
1942
white_max_mint_count() view returns (uint16)
2
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getBalanceInfo(address addr) view returns (uint256[] tokenIds, uint256[] amounts)
isApprovedForAll(address account, address operator) view returns (bool)
numberMintedFree(address) view returns (uint256)
numberMintedPublic(address) view returns (uint256)
numberMintedWhite(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdropGiveaway(address[] to, uint256[] amountToMint)
airdropGiveawayFree(address[] to, uint256[] amountToMint)
airdropGiveawayReserve(address[] to, uint256[] amountToMint)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
freeMint(uint256 amount, string salt, bytes token)
migrateToken(uint256 id) returns (uint256)
mint(uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setFreeMintTime(uint256 newStartTime, uint256 newEndTime)
setFreeSigner(address newSigner)
setMaxCount(uint16 _white, uint16 _public, uint16 _free)
setPrice(uint256 _newPrice)
setRabbitContract(address contractAddress)
setStatusAndPrice(uint8 newMintStatus, uint256 newMintPrice)
setWhiteSigner(address newSigner)
toggleMigration(bool newStatus)
transferOwnership(address newOwner)
whiteMint(uint256 amount, string salt, bytes token) payable
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
priceChanged(uint256 newPrice)
constructor(address contractAddress, address _whiteSigner, address _freeSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.