Spunks NFT
Verified contract
Active on
Ethereum with 2,839 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 "Spunks NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20657959 | 2 months ago | | | 0 | 0.00079679409 | |
| 20657880 | 2 months ago | | | 0 | 0.00010931902 | |
| 20650385 | 2 months ago | | | 0 | 0.00071207090 | |
| 20633734 | 2 months ago | | | 0 | 0.000051074205 | |
| 20633676 | 2 months ago | | | 0 | 0.000098061034 | |
| 20571303 | 3 months ago | | | 0 | 0.000056597872 | |
| 20566001 | 3 months ago | | | 0 | 0.000024921500 | |
| 20566000 | 3 months ago | | | 0 | 0.000025901455 | |
| 20565999 | 3 months ago | | | 0 | 0.000026183872 | |
| 20563273 | 3 months ago | | | 0 | 0.00026898287 |
ABI
ABI objects
Getter at block 21178288
MAX_SUPPLY() view returns (uint256)
10000
ORIGINAL_PROVENANCE() view returns (string)
dcf8857cfa95382325337a2159285cc7358e3f24144b1ea2748516b5e206c388
name() view returns (string)
Spunks NFT
owner() view returns (address)
0xd75e790c426dda70a0a6cc9fb083e650ad493315
symbol() view returns (string)
SPUNK
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTokens(uint256 count)
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_)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.