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 "Tunes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20665741 | 2 months ago | | | 0 | 0.00032069315 | |
| 20662893 | 2 months ago | | | 0 | 0.000082688000 | |
| 20630626 | 2 months ago | | | 0 | 0.000034598509 | |
| 20405897 | 3 months ago | | | 0 | 0.000055414450 | |
| 20245826 | 4 months ago | | | 0 | 0.00012983271 | |
| 20230302 | 4 months ago | | | 0 | 0.00029291761 | |
| 20194729 | 4 months ago | | | 0 | 0.000044059200 | |
| 19931074 | 6 months ago | | | 0 | 0.00032343071 | |
| 19771265 | 6 months ago | | | 0 | 0.00029246669 | |
| 19629862 | 7 months ago | | | 0 | 0.00040193734 |
ABI
ABI objects
Getter at block 21161485
MAX_PER_ADDRESS() view returns (uint256)
2
MAX_PUBLIC() view returns (uint256)
7690
MAX_RESERVED() view returns (uint256)
310
STARTING_RESERVED_ID() view returns (uint256)
2691
frozen() view returns (bool)
true
linkedContractAddress() view returns (address)
0xd9692a84cc279a159305a4ef1a01efab77b4deb2
name() view returns (string)
Tunes
owner() view returns (address)
0xd19f4630136d2ce20ac33f230cc947ed688e951c
provenanceURI() view returns (string)
symbol() view returns (string)
TUNE
temporaryPublicMax() view returns (uint256)
4690
totalPublicSupply() view returns (uint256)
4690
totalReservedSupply() view returns (uint256)
310
totalSupply() view returns (uint256)
5000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freezeBaseURI()
mintPublic()
mintReserved(uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLinkedContractAddress(address newLinkedContractAddress)
setProvenanceURI(string newProvenanceURI)
setTemporaryPublicMax(uint256 _temporaryPublicMax)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint256 maxPublic, uint256 maxReserved, uint256 startingReservedID, uint256 maxPerAddress, address[] whitelistAddresses)
This contract contains no fallback and receive objects.
This contract contains no error objects.