ThePixelatedApes
Verified contract
Proxy
Active on
Ethereum with 14,878 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 41 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
4 additional
variables
Balances ($0.00)
No balances found for "ThePixelatedApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241881 | 4 days ago | | | 0 | 0.00034407049 | |
| 21241877 | 4 days ago | | | 0 | 0.00032389997 | |
| 21206572 | 9 days ago | | | 0 | 0.00050710853 | |
| 21206388 | 9 days ago | | | 0 | 0.00096858828 | |
| 21115842 | 21 days ago | | | 0 | 0.00032331986 | |
| 21106777 | 23 days ago | | | 0 | 0.00010215599 | |
| 21027913 | a month ago | | | 0 | 0.00018020411 | |
| 20983569 | a month ago | | | 0 | 0.00060303816 | |
| 20833340 | 2 months ago | | | 0 | 0.00069570800 | |
| 20768685 | 2 months ago | | | 0 | 0.00018203712 |
ABI
ABI objects
Getter at block 21268445
name() view returns (string)
ThePixelatedApes
owner() view returns (address)
0x5b9766c6c32097851f87b2cdb3330e0aaa233c0a
stage() view returns (uint8)
3
symbol() view returns (string)
TPA
totalSupply() view returns (uint256)
10001
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAdmin(address account_) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addToWhitelist(uint8 stageId_, address[] accounts_)
adminMint(address[] accounts_, uint256[] amounts_)
approve(address to, uint256 tokenId)
initialize(string baseUri_, bytes32 vipMerkleTreeRoot_, uint256 vipMintLimit_, bytes32 whitelistMerkleTreeRoot_, uint256 whitelistMintLimit_, uint256 publicMintLimit_, uint256 maxSupply_, address paymentSplitter_)
publicMint(uint256 amount_)
removeFromWhitelist(uint8 stageId_, address[] accounts_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminPermissions(address account_, bool enable_)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri_)
setMaxSupply(uint256 maxSupply_)
setRoyalties(address recipient, uint256 value)
setStage(uint8 stage_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateLimit(uint8 stageId_, uint256 limit_)
updateMerkleTreeRoot(uint8 stageId_, bytes32 merkleTreeRoot_)
vipMint(uint256 amount_, bytes32[] proof_)
whitelistMint(uint256 amount_, bytes32[] proof_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(address recipient, uint256 value)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()