BADDIES
Verified contract
Active on
Ethereum with 1,969 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 "BADDIES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20545449 | 3 months ago | | | 0 | 0.000050031566 | |
| 20006281 | 5 months ago | | | 0 | 0.00061151647 | |
| 19998876 | 5 months ago | | | 0 | 0.00036579058 | |
| 19798227 | 6 months ago | | | 0 | 0.00021193941 | |
| 19704843 | 7 months ago | | | 0 | 0.00056657951 | |
| 19596317 | 7 months ago | | | 0 | 0.00027910770 | |
| 19521721 | 7 months ago | | | 0 | 0.0010718368 | |
| 19433455 | 8 months ago | | | 0 | 0.0029148239 | |
| 19265396 | 9 months ago | | | 0 | 0.00064848669 | |
| 18738560 | a year ago | | | 0 | 0.0013507369 |
ABI
ABI objects
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 owner) view returns (uint256)
checkVIP(bytes32[] _proof) view returns (bool)
checkWL(bytes32[] _proof) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airDrop(address[] addrs, uint256 quantity)
approve(address to, uint256 tokenId) payable
enableVIPMint(bool state)
enableWLMint(bool state)
mint(uint256 quantity) payable
mintVIP(uint256 quantity, bytes32[] _proof) payable
mintWhitelist(uint256 quantity, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxMint(uint256 _max)
setPrice(uint256 _price)
setVIPPrice(uint256 _price)
setWLPrice(uint256 _price)
toggleAllMintPause()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateMaxSupply(uint256 _max)
updateVIPRoot(bytes32 _vipRoot)
updateWLRoot(bytes32 _wlRoot)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(bytes32 _vipRoot, bytes32 _wlRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()