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 "1B DROP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16654073 | 2 years ago | | | 0 | 0.0011070650 | |
| 16654062 | 2 years ago | | | 0 | 0.0010025760 | |
| 16348444 | 2 years ago | | | 0 | 0.00068296225 | |
| 16326006 | 2 years ago | | | 0 | 0.0027836604 | |
| 16319922 | 2 years ago | | | 0 | 0.0015117177 | |
| 16318924 | 2 years ago | | | 0 | 0.00089363369 | |
| 16318897 | 2 years ago | | | 0 | 0.0018525167 | |
| 16318716 | 2 years ago | | | 0 | 0.00045948508 | |
| 16318713 | 2 years ago | | | 0 | 0.00056522899 | |
| 16318708 | 2 years ago | | | 0 | 0.00079439979 |
ABI
ABI objects
Getter at block 21181274
burnMintPrice1() view returns (uint256)
390000000000000000
burnMintPrice2() view returns (uint256)
0
burnTokenId1() view returns (uint256)
1
burnTokenId2() view returns (uint256)
2
isBurnToMintActive1() view returns (bool)
false
isBurnToMintActive2() view returns (bool)
true
isOperatorFilterRegistryRevoked() view returns (bool)
false
mintContractAddress() view returns (address)
0x09c4e51d092b30a7269bf3894ff6318521348448
name() view returns (string)
1B DROP
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xa1a22713946d0ec792f4e645bb40f6ce43a7b319
symbol() view returns (string)
1B DROP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
burnedAmountByAddress(address, uint256) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] _receivers, uint256[] _mintAmounts, uint256 _tokenId)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnToMint1(uint256 _amount) payable
burnToMint2(uint256 _amount) payable
renounceOwnership()
revokeOperatorFilterRegistry()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBurnMintPrice1(uint256 _price)
setBurnMintPrice2(uint256 _price)
setBurnTokenId1(uint256 _tokenId)
setBurnTokenId2(uint256 _tokenId)
setMintContractAddress(address _address)
setRoyaltyInfo(address _receiver, uint96 _royaltyFee)
setURI(uint256 _tokenId, string _newTokenURI)
toggleBurnToMintActive1()
toggleBurnToMintActive2()
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw()
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)
constructor()
receive()
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()