UnitedPunksUnion
Verified contract
Active on
Ethereum with 2,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "UnitedPunksUnion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20603499 | 3 months ago | | | 0 | 0.000018286698 | |
| 20515998 | 3 months ago | | | 0 | 0.00012791091 | |
| 20472228 | 3 months ago | | | 0 | 0.00012543789 | |
| 20106503 | 5 months ago | | | 0 | 0.00015652597 | |
| 20087101 | 5 months ago | | | 0 | 0.00035303940 | |
| 20031571 | 5 months ago | | | 0 | 0.00078696502 | |
| 20031297 | 5 months ago | | | 0 | 0.00062467977 | |
| 19970400 | 6 months ago | | | 0 | 0.00032182764 | |
| 19865070 | 6 months ago | | | 0 | 0.00017896180 | |
| 19791563 | 6 months ago | | | 0 | 0.00027672345 |
ABI
ABI objects
Getter at block 21215442
MAX_UNITEDPUNKSUNION() view returns (uint256)
13666
METADATA_PROVENANCE_HASH() view returns (string)
UNITEDPUNKSUNION_PRICE() view returns (uint256)
30000000000000000
baseURI() view returns (string)
https://unitedcryptopunks.org/tokens/
hasSaleStarted() view returns (bool)
true
name() view returns (string)
UnitedPunksUnion
owner() view returns (address)
0x9ee4d01bf668d3b91302445261f99a679544d08c
symbol() view returns (string)
UPU
totalSupply() view returns (uint256)
3629
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _count) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 numPunks) payable
giveGift(address _address, uint256 numPunks)
pauseDrop()
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)
setProvenanceHash(string _hash)
startDrop()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.