Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf3d3…dd8b
Balances ($0.00)
No balances found for "Spoonles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309230 | 2 years ago | | | 0 | 0.00076101387 | |
| 14322702 | 3 years ago | | | 0 | 0.0027745495 | |
| 14286541 | 3 years ago | | | 0.02 | 0.0021176034 | |
| 14285548 | 3 years ago | | | 0 | 0.00083963402 | |
| 14279370 | 3 years ago | | | 0.05 | 0.0043110831 | |
| 14279331 | 3 years ago | | | 0 | 0.0018088122 | |
| 14279321 | 3 years ago | | | 0 | 0.0049374631 | |
| 14279321 | 3 years ago | | | 0 | 0.0049374631 | |
| 14279321 | 3 years ago | | | 0 | 0.0049374631 | |
| 14279320 | 3 years ago | | | 0 | 0.0025874522 |
ABI
ABI objects
Getter at block 21102084
FREE_PRICE() view returns (uint256)
0
MAX_FREE_MINT_PER_TRANSACTION() view returns (uint16)
3
MAX_FREE_MINT_PER_WALLET() view returns (uint16)
3
MAX_FREE_SUPPLY() view returns (uint16)
300
MAX_MINT_PER_TRANSACTION() view returns (uint16)
6
MAX_MINT_PER_WALLET() view returns (uint16)
12
MAX_SUPPLY() view returns (uint16)
5555
freeTokensLeft() view returns (uint16)
0
getPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Spoonles
owner() view returns (address)
0x97757bba039670427ae4a5cd417bf55a4407b94a
paused() view returns (bool)
false
symbol() view returns (string)
SPOONLES
totalSupply() view returns (uint256)
363
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
freeTokens(address owner, uint16 quantity) view returns (uint16)
freeTokensMinted(address owner) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint16 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint16)
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)
mint(uint16 quantity) payable
pause()
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)
setPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawMoney()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.