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 "Base Bastards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2733876 | a year ago | | | 0 | 0.000000000004356690 | |
| 2694447 | a year ago | | | 0 | 0.000000000003622339 | |
| 2694183 | a year ago | | | 0 | 0.000000000013143060 | |
| 2694172 | a year ago | | | 0 | 0.000000000015872220 | |
| 2694107 | a year ago | | | 0 | 0.000000000016077584 | |
| 2694105 | a year ago | | | 0 | 0.000000000014507640 | |
| 2694100 | a year ago | | | 0 | 0.000000000016077584 | |
| 2694090 | a year ago | | | 0 | 0.000000000015154020 | |
| 2694080 | a year ago | | | 0 | 0.000000000015441300 | |
| 2694062 | a year ago | | | 0 | 0.000000000018601380 |
ABI
ABI objects
Getter at block 23927328
MAX_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
10000
MIN_MINT_AMOUNT() view returns (uint256)
2500000000000000
PUBLIC_MINT_STATUS() view returns (bool)
false
baseURI() view returns (string)
0
name() view returns (string)
Base Bastards
owner() view returns (address)
0x90e64138e4fe0506614cf4c54236442d3012cdc5
symbol() view returns (string)
BASETARD
totalSupply() view returns (uint256)
450
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _to, uint256 amount) payable
approve(address to, uint256 tokenId) payable
mint(uint256 _amount) 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 _newBaseURI)
setMaxPerWallet(uint256 _value)
setMinMintAmount(uint256 _value)
toggleMintStatus()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw() payable
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)
Minted(address indexed owner, uint256 count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()