3x3Punks
Verified contract
Active on
Ethereum with 2,471 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($207.81)
Native
Value
$207.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.066 | $3,148.69 |
$207.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048866 | 21 days ago | | | 0 | 0.00020698479 | |
| 20903267 | a month ago | | | 0 | 0.00035960135 | |
| 19906858 | 6 months ago | | | 0 | 0.00027041438 | |
| 19743709 | 7 months ago | | | 0 | 0.00013474565 | |
| 19424127 | 8 months ago | | | 0 | 0.0020074997 | |
| 19221681 | 9 months ago | | | 0 | 0.00098530072 | |
| 19122084 | 10 months ago | | | 0 | 0.00057326209 | |
| 19122079 | 10 months ago | | | 0 | 0.00053375201 | |
| 19101924 | 10 months ago | | | 0 | 0.00040388570 | |
| 19081268 | 10 months ago | | | 0 | 0.00024586602 |
ABI
ABI objects
Getter at block 21201543
_baseTokenURI() view returns (string)
https://api.ahidden.org/data/
_onlyWhitelist() view returns (bool)
false
_paused() view returns (bool)
false
getPrice() view returns (uint256)
33000000000000000
name() view returns (string)
3x3Punks
owner() view returns (address)
0x802da0f8c89786e0820962ae38f111be79666387
symbol() view returns (string)
THREE
totalMint() view returns (uint256)
2930
totalSupply() view returns (uint256)
2930
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)
gift(address _to, uint256 _amount)
mint3x3(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)
setOnlyWhitelist(bool val)
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.