SmolPhunks
Verified contract
Active on
Ethereum with 953 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 "SmolPhunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332066 | 7 days ago | | | 0 | 0.0012544736 | |
| 21269442 | 16 days ago | | | 0 | 0.00031685532 | |
| 20850717 | 2 months ago | | | 0 | 0.00028964830 | |
| 20228158 | 5 months ago | | | 0 | 0.00064217750 | |
| 20188260 | 5 months ago | | | 0 | 0.00012632555 | |
| 18328217 | a year ago | | | 0 | 0.00046643551 | |
| 18088729 | a year ago | | | 0 | 0.00045864340 | |
| 16586485 | 2 years ago | | | 0 | 0.0017064120 | |
| 16308565 | 2 years ago | | | 0 | 0.00064880559 | |
| 16307720 | 2 years ago | | | 0 | 0.00072815766 |
ABI
ABI objects
Getter at block 21381252
MAX_MINTS_PER_TX() view returns (uint256)
20
NUM_FREE_MINTS() view returns (uint256)
1111
PUBLIC_SALE_PRICE() view returns (uint256)
10000000000000000
getBaseURI() view returns (string)
ipfs://QmWfFhxeK2zgqGvin3wuTNVi8SDqXAxWz86GoRh74edMce
getLastTokenId() view returns (uint256)
3333
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
3333
name() view returns (string)
SmolPhunks
owner() view returns (address)
0xd9424113d62d5cc3c3996ceb901773a2d023687a
symbol() view returns (string)
SmolPHUNKS
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) 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 _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.