CryptoApePunks
Verified contract
Proxy
Active on
Ethereum with 139 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "CryptoApePunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18466294 | a year ago | | | 0 | 0.0012855887 | |
| 18305602 | a year ago | | | 0 | 0.00026107342 | |
| 18272913 | a year ago | | | 0 | 0.00032808758 | |
| 18272833 | a year ago | | | 0 | 0.00027599032 | |
| 17839982 | a year ago | | | 0 | 0.00079994655 | |
| 17829913 | a year ago | | | 0 | 0.00080821277 | |
| 17821517 | a year ago | | | 0 | 0.0013512457 | |
| 17782281 | a year ago | | | 0 | 0.0016128727 | |
| 17780810 | a year ago | | | 0.0045 | 0.0027894628 | |
| 17780808 | a year ago | | | 0.0045 | 0.0029097295 |
ABI
ABI objects
Getter at block 21222159
implementation() view returns (address)
0x3760415893f05e8009bf7d8f7817fdd94674a8f5
_isPresale() view returns (bool)
false
_paused() view returns (bool)
false
apiVersion() pure returns (uint16)
2
baseURIFinal() view returns (bool)
false
getBaseURI() view returns (string)
https://backend.mintables.club/revealer/2142/
getPrice() view returns (uint256)
4500000000000000
getSupply() view returns (uint256)
10000
isPaused() view returns (bool)
false
isPresale() view returns (bool)
false
name() view returns (string)
CryptoApePunks
owner() view returns (address)
0x5daa360c935cfd79cde6667289cb1524af264e3f
symbol() view returns (string)
CAP
totalSupply() view returns (uint256)
116
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 airdrop(address[] addresses, uint256[] amounts, uint256 _metadata)
approve(address to, uint256 tokenId)
finalizeBaseURI()
initialize(string _name, string _symbol, string _initialBaseURI, uint256 _initialPrice, uint256 _initialSupply, address newOwner)
mint(uint256 num, uint256 metadata) payable
presaleMint(uint256 num, bytes signature, uint256 metadata) 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 baseURI)
setIsPresale(bool val)
setPause(bool val)
setPrice(uint256 _newPrice)
setSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable returns (uint256)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
MintEvent(address indexed _to, uint256 indexed _tokenId, uint256 indexed _metadata)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initialBaseURI, uint256 _initialPrice, uint256 _initialSupply, address newOwner, address proxyAddress)
fallback()
receive()
This contract contains no error objects.