UpDownPunks
Verified contract
Active on
Ethereum with 733 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,368.46 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21391294 | 7 days ago | | | 0 | 0.00053094389 | |
| 19750103 | 8 months ago | | | 0 | 0.00018462800 | |
| 19011658 | a year ago | | | 0 | 0.00090174119 | |
| 16632758 | 2 years ago | | | 0 | 0.00097339451 | |
| 16509806 | 2 years ago | | | 0 | 0.00065083803 | |
| 16497782 | 2 years ago | | | 0 | 0.00069575711 | |
| 16497777 | 2 years ago | | | 0 | 0.00066633230 | |
| 16346570 | 2 years ago | | | 0 | 0.010619345 | |
| 16346560 | 2 years ago | | | 0 | 0.0091963407 | |
| 16346547 | 2 years ago | | | 0 | 0.0085000326 |
ABI
ABI objects
Getter at block 21441873
MAX_MULTIMINT() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0xb5cebc92694beeb82e0964c07291916a1e32fe59e35e570302cbdc48dca0bb75
name() view returns (string)
UpDownPunks
owner() view returns (address)
0x594a0c52b92dfb2dc35a0489d5b63b847e079784
saleIsActive() view returns (bool)
true
symbol() view returns (string)
UDP
totalSupply() view returns (uint256)
2818
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCount(address addr) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, 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 count, bytes32[] _merkleProof) 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 customBaseURI_)
setMerkleRoot(bytes32 root)
setPrice(uint256 price)
setSaleIsActive(bool saleIsActive_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 customBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.