SmolPunks
Verified contract
Active on
Ethereum with 3,046 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 "SmolPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274547 | 2 days ago | | | 0 | 0.00047877458 | |
| 21274299 | 2 days ago | | | 0 | 0.00048483760 | |
| 20648387 | 3 months ago | | | 0 | 0.000059717156 | |
| 20586508 | 3 months ago | | | 0 | 0.000025455369 | |
| 20061093 | 6 months ago | | | 0 | 0.00020040832 | |
| 19909557 | 6 months ago | | | 0 | 0.00012809028 | |
| 19833980 | 7 months ago | | | 0 | 0.00018727903 | |
| 19621302 | 8 months ago | | | 0 | 0.00081611684 | |
| 19604184 | 8 months ago | | | 0 | 0.00042666388 | |
| 19597349 | 8 months ago | | | 0 | 0.00083874510 |
ABI
ABI objects
Getter at block 21289263
freeMintAmount() view returns (uint256)
3333
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
SmolPunks
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicSaleState() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
SMOL
totalSupply() view returns (uint256)
3333
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)
changeStatePublicSale() returns (bool)
mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve(uint256 numberOfTokens)
reveal() returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setfreeAmount(uint16 _newFreeMints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.