CryptoPunksBunnies
Verified contract
Active on
Ethereum with 1,061 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b98…68b6
0x4a85…fe61
Balances ($0.00)
No balances found for "CryptoPunksBunnies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20766332 | 3 months ago | | | 0 | 0.00010142130 | |
| 20698257 | 3 months ago | | | 0 | 0.00010251819 | |
| 19970565 | 6 months ago | | | 0 | 0.00068242567 | |
| 19727024 | 7 months ago | | | 0 | 0.00028910955 | |
| 19388854 | 9 months ago | | | 0 | 0.0010677759 | |
| 19388853 | 9 months ago | | | 0 | 0.0018566194 | |
| 19293790 | 9 months ago | | | 0 | 0.0011247837 | |
| 18803510 | a year ago | | | 0 | 0.00068812664 | |
| 17969593 | a year ago | | | 0 | 0.00082810408 | |
| 17945617 | a year ago | | | 0 | 0.00073312286 |
ABI
ABI objects
Getter at block 21318735
MAX_TOKEN() view returns (uint256)
4096
_uri() view returns (string)
https://api.cryptopunksbunnies.com/
basePrice() view returns (uint256)
0
name() view returns (string)
CryptoPunksBunnies
owner() view returns (address)
0x4adef83b458e57cc155a718845fdece4c92c0eb8
saleEnable() view returns (bool)
true
symbol() view returns (string)
CPB
totalSupply() view returns (uint256)
2491
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events mint(address _to, uint256 _count) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBasePrice(uint256 _basePrice)
setBaseURI(string baseURI)
setMaxToken(uint256 _MAX_TOKEN)
setsaleEnable(bool _saleEnable)
transferOwnership(address newOwner)
withdrawAll() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string name_, string symbol_, string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.