1B DROP

Verified contract

Active on Ethereum with 256 txns
Deployed by via 0x3c4e7add at 16237895
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "1B DROP"

0x729e53a8ab0d836d8f21c33ef145934c71ba42d433f4666b61ddf011b6b855dd
0x5c84111b216925efc599751058a0a587f509a8976526d2179d8fbf1a4f53c707
0xd7310c48974778af210d7f121736e71c90cecc8ffce3b26de44f3120da5c1615
0xbde2af508eb9a7f9dbcfbffdaae15c78e779d21b2eebe769946d88d888120332
0x79e069ae0ccc12139c930817dc7f98c1d051bff4798a4a307ba4606aa7ec5b61
0x05e97432a4562e83ccfdbb8b436a7dc2a427df335b3f20dbf06750792cc9003a
0x48ac04c16def3daf69ba9471137e5e256f8a9cbb0c7aefc1b3e291b0ce1af779
0xfefc808c3b839a9716d8e29623bb843316aab020ee9ea5f006ae926f3f979eb0
0x98f15512c65f1ceba828cfc372757c7f3f208d94a8a39c8edeff381c81e4fcb5
0xf2042e8825a222485a1180ab244fdb126f266055ba8d04e0b965b14001629720

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
burnedAmountByAddress(addressuint256view returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 _tokenIdview returns (string)
State-modifying
airdrop(address[] _receiversuint256[] _mintAmountsuint256 _tokenId
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
burnToMint1(uint256 _amountpayable 
burnToMint2(uint256 _amountpayable 
renounceOwnership(
revokeOperatorFilterRegistry(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBurnMintPrice1(uint256 _price
setBurnMintPrice2(uint256 _price
setBurnTokenId1(uint256 _tokenId
setBurnTokenId2(uint256 _tokenId
setMintContractAddress(address _address
setRoyaltyInfo(address _receiveruint96 _royaltyFee
setURI(uint256 _tokenIdstring _newTokenURI
toggleBurnToMintActive1(
toggleBurnToMintActive2(
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive
receive(
Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(