PUNKD APES
Verified contract
Active on
Ethereum with 618 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21.33)
Native
Value
$21.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0069 | $3,090.92 |
$21.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20878697 | 2 months ago | | | 0 | 0.00073705571 | |
| 20822523 | 2 months ago | | | 0 | 0.0014557289 | |
| 20188280 | 5 months ago | | | 0 | 0.00012129229 | |
| 19732890 | 7 months ago | | | 0.0069 | 0.0014843737 | |
| 19498492 | 8 months ago | | | 0 | 0.00042149800 | |
| 18908403 | a year ago | | | 0 | 0.00055958747 | |
| 18908209 | a year ago | | | 0 | 0.00056692353 | |
| 18908182 | a year ago | | | 0 | 0.00055907535 | |
| 18853100 | a year ago | | | 0 | 0.00089250261 | |
| 18450639 | a year ago | | | 0 | 0.0021709192 |
ABI
ABI objects
Getter at block 21222384
BATCH_LIMIT() view returns (uint256)
20
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAYMENT_DEFAULT_ADMIN() view returns (address)
0xe001bdd787b00971d4cb36e1b5f2e72f56961e5a
PAYMENT_SPLITTER_ADDRESS() view returns (address)
0x5b1b58f4e0d495f8fc78cfb98ef96df811ded451
SPLITTER_ADMIN() view returns (address)
0xe001bdd787b00971d4cb36e1b5f2e72f56961e5a
TOTAL_SUPPLY_LIMIT() view returns (uint256)
10000
WALLET_LIMIT() view returns (uint256)
69
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storageapi.fleek.co/apedao-bucket/punked-apes/
name() view returns (string)
PUNKD APES
owner() view returns (address)
0xe001bdd787b00971d4cb36e1b5f2e72f56961e5a
purchaseRate() view returns (uint256)
6900000000000000
symbol() view returns (string)
GETPUNKD
totalSupply() view returns (uint256)
3284
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getWallet(address a) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
wallet(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchAirdrop(address[] _recipients, uint256[] _amounts)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mint(uint256 _quantity) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _baseURI)
setPurchaseRate(uint256 _rate)
setSplitterAddress(address _splitterAddress)
transferDefaultAdminRole(address admin)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferSplitterAdminRole(address admin)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address admin, address splitterAddress)
This contract contains no fallback and receive objects.
ApprovalOwnerIsOperator()
ApprovalToCurrentOwner()
ArrayLengthsNotEqual()
BalanceQueryZeroAddress()
BatchLimitExceeded()
ERC721ReceiverNotReceived()
IncorrectAdmin()
InvalidCall()
InvalidToken()
NonExistentToken()
NotDefaultAdmin()
NotERC721Receiver()
NotSplitterAdmin()
PaymentNotEnough()
RateNotSet()
TotalSupplyLimitExceeded()
WalletLimitExceeded()