BADDIES

Verified contract

Active on Ethereum with 1,969 txns
Deployed by via 0xcd5fe47a at 15693701
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BADDIES"

0x4711b958f85787708ef1be9652749796e39cbd71d3fac006eb025b2a86432605
0x1266cf5ff6235782f217f2d77fcea479f0aa7dee771456a33a4f22a5e9f68bd5
0x78a66689128d32c484c039b362118db002bb7de3a5a1688f5b660d16f5d63dcc
From
0xdc7bdd9de77c6a91acf035012992227ff82da1303f5b5c5b83a56c4299e5b4ee
0xc82a1b257f1c13e807654b5959cd8d2a8cbdf09e54364a211d4e41c1caa0fad9
0xc9015c8012c0be5f93dc95d906b173759144ab382f69597ebd4671b64e76dd20
0x741915dd8000c08b655db689995a388aba2c6844271d7381b0e0d56b2ef7e4ae
0x3a8a3cbb8d6d48bec30159ccd5e7b10c804ce38a8c83f3a24185a18d67e1ce48
0x6aaba2174262310b31d8229f1d1f00c50ff0f400d1e3d337c6435d394ba37dda
0xad385909dc183a6fe6de3e5ac537d88a6a826744d57efef98c26626c4db5f33f

Functions
Getter at block 21162640
MAX_MINTS(view returns (uint256)
2000
MAX_SUPPLY(view returns (uint256)
10000
airDropCounter(view returns (uint256)
2330
baseURI(view returns (string)
https://badaliens.io/BADDIES/
mintCounter(view returns (uint256)
951
name(view returns (string)
BADDIES
owner(view returns (address)
0x4a075e3fdd4f2080e7084592ed4f2f446574af2d
paused(view returns (bool)
true
price(view returns (uint256)
25000000000000000
symbol(view returns (string)
BAD
totalSupply(view returns (uint256)
3500
vipActive(view returns (bool)
true
vipMintCounter(view returns (uint256)
202
vipPrice(view returns (uint256)
50000000000000000
vipRoot(view returns (bytes32)
0x690a2c0ea06a1dec3620ec6122093b309f74955a76459245648567a4d23635a2
wlActive(view returns (bool)
true
wlMintCounter(view returns (uint256)
17
wlPrice(view returns (uint256)
50000000000000000
wlRoot(view returns (bytes32)
0xad40b68e6a2da6cb55d16a0aa70074b3894264ec83cf11b5a307df78d24617af
Read-only
balanceOf(address ownerview returns (uint256)
checkVIP(bytes32[] _proofview returns (bool)
checkWL(bytes32[] _proofview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airDrop(address[] addrsuint256 quantity
approve(address touint256 tokenIdpayable 
enableVIPMint(bool state
enableWLMint(bool state
mint(uint256 quantitypayable 
mintVIP(uint256 quantitybytes32[] _proofpayable 
mintWhitelist(uint256 quantitybytes32[] _proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMaxMint(uint256 _max
setPrice(uint256 _price
setVIPPrice(uint256 _price
setWLPrice(uint256 _price
toggleAllMintPause(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateMaxSupply(uint256 _max
updateVIPRoot(bytes32 _vipRoot
updateWLRoot(bytes32 _wlRoot
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(bytes32 _vipRootbytes32 _wlRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(