CurrencyPunks
Verified contract
Active on
Ethereum with 16,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($227.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUSD | ERC-20 | 228.997335 | $0.993645 |
$227.54 | |
CUPU | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145324 | 16 days ago | | | 0 | 0.00040096713 | |
| 21103866 | 22 days ago | | | 0 | 0.000088376426 | |
| 20918688 | 2 months ago | | | 0 | 0.00052304504 | |
| 20899647 | 2 months ago | | | 0 | 0.00022205076 | |
| 20899634 | 2 months ago | | | 0 | 0.00018298076 | |
| 20899595 | 2 months ago | | | 0 | 0.00023790013 | |
| 20844513 | 2 months ago | | | 0 | 0.00051387656 | |
| 20844513 | 2 months ago | | | 0 | 0.00051624932 | |
| 20703279 | 3 months ago | | | 0 | 0.00021411636 | |
| 20703275 | 3 months ago | | | 0 | 0.00020786131 |
ABI
ABI objects
Getter at block 21263376
ERC712_VERSION() view returns (string)
1
baseTokenURI() pure returns (string)
ipfs://QmaLbifbepMjtigQ6eGDcmYpMph3fFuKSxopcttn4VERDw/
fundAddress() view returns (address)
0xc3e6911c2769ddff74a4e1b7ac859985fe415c73
getDomainSeparator() view returns (bytes32)
0xf2e27c3d921c1ae438bba5394bd506c2fb8b463c588f39df59801abd008de14a
mintedToFund() view returns (uint16)
42
name() view returns (string)
CurrencyPunks
owner() view returns (address)
0x951d038ebe709fa89440b6569982c34add1c1211
reservedByHirst() view returns (uint16)
3100
symbol() view returns (string)
CUPU
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimHirst(address damienHirst)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint()
mintToFund()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address fundAddress_, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.