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 Tunes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21350805 | a month ago | | | 0 | 2.3185890e-7 | |
| 20729354 | 2 months ago | | | 0 | 1.3490256e-7 | |
| 18749974 | 3 months ago | | | 0 | 1.3249163e-7 | |
| 14078304 | 7 months ago | | | 0 | 0.0000010582926 | |
| 7925522 | a year ago | | | 0 | 0.000000000283297209 | |
| 7864090 | a year ago | | | 0 | 0.000000039481210824 | |
| 7864081 | a year ago | | | 0 | 0.000000059382325224 | |
| 6657157 | a year ago | | | 0 | 0.000000000021495198 | |
| 6428554 | a year ago | | | 0 | 0.0000059379034 | |
| 4388923 | a year ago | | | 0 | 0.0000061060752 |
ABI
ABI objects
Getter at block 22755810 getBaseURI() view returns (string)
MAX_SUPPLY() view returns (uint256)
20000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
max_per_wallet() view returns (uint256)
20000
name() view returns (string)
Base Tunes
notRevealedUri() view returns (string)
,
owner() view returns (address)
0x4c8afccf59886578213f70b0128c76f3be26e888
publicSaleCost() view returns (uint256)
380000000000000
public_mint_status() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
BTN
totalSupply() view returns (uint256)
2046
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] receiver, uint256[] quantity) payable
approve(address operator, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 _MAX_SUPPLY)
setMax_per_wallet(uint256 _max_per_wallet)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleCost(uint256 _publicSaleCost)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
toggleReveal()
toggle_public_mint_status()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()