Bored Mummy Halloween Candy 21
Verified contract
Active on
Ethereum with 5,280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bored Mummy Halloween Candy 21"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20741523 | 2 months ago | | | 0 | 0.00012874650 | |
| 20664018 | 3 months ago | | | 0 | 0.0010729305 | |
| 20390211 | 4 months ago | | | 0 | 0.000054060296 | |
| 20057683 | 5 months ago | | | 0 | 0.00020698113 | |
| 19922548 | 6 months ago | | | 0 | 0.00018721441 | |
| 19721558 | 7 months ago | | | 0 | 0.00035525520 | |
| 19323777 | 9 months ago | | | 0 | 0.0011196628 | |
| 18808354 | a year ago | | | 0 | 0.00092091976 | |
| 18798652 | a year ago | | | 0 | 0.0019302403 | |
| 18545089 | a year ago | | | 0 | 0.0019129704 |
ABI
ABI objects
Getter at block 21260046
bmhrr() view returns (address)
0xaa513cbc63c11d2a2d38e0742f076666f4bf107e
name() view returns (string)
Bored Mummy Halloween Candy 21
owner() view returns (address)
0x3088245c03a47fa124af9990b87c9f6df9c27e67
symbol() view returns (string)
BMHC21
upgradeStart() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
customUri(uint256) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
nonceUsed(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
uri(uint256 _id) view returns (string)
verifySignature(bytes32 _message, bytes _signature, address _signer) pure returns (bool)
State-modifying
Events burn(uint256 _id, uint256 _quantity)
mintBySignature(struct BoredMummyWakingUpCandysignParams _p, bytes _signature)
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)
setBmhrrAddress(address _bmhrr)
setCustomURI(uint256 _tokenId, string _newURI)
setURI(string newuri)
setUpgradeStart(bool _start)
transferOwnership(address newOwner)
upgradeCandy(uint256 useLv1Candy) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CandyUpgrade(address owner, uint256 useLv1Candy)
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)
constructor(string name_, string symbol_, string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.