Fat Punks
Verified contract
Active on
Ethereum with 1,178 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 "Fat Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053865 | 18 days ago | | | 0 | 0.00020594507 | |
| 21047188 | 19 days ago | | | 0 | 0.00018315324 | |
| 21045526 | 19 days ago | | | 0 | 0.00024645868 | |
| 21023723 | 22 days ago | | | 0 | 0.00040996630 | |
| 21023722 | 22 days ago | | | 0 | 0.00038971819 | |
| 20924579 | a month ago | | | 0 | 0.00089583505 | |
| 20481002 | 3 months ago | | | 0 | 0.000052858184 | |
| 20468529 | 3 months ago | | | 0 | 0.00012786281 | |
| 20468529 | 3 months ago | | | 0 | 0.00017764025 | |
| 20354432 | 4 months ago | | | 0 | 0.00012069980 |
ABI
ABI objects
Getter at block 21184542
MAX_ENTRIES() view returns (uint256)
1000
_paused() view returns (bool)
true
getMaxMint() view returns (uint256)
3
getPrice() view returns (uint256)
0
name() view returns (string)
Fat Punks
owner() view returns (address)
0xb1b9f10ad284b9b5fe9d9221fb52e59bdc36652c
symbol() view returns (string)
FATTY
totalSupply() view returns (uint256)
999
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 num) payable
pause(bool val)
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)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.