Based Apes
Verified contract
Proxy
Active on
Base with 2,515 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 387.346863 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21670455 | 5 days ago | | | 0 | 2.9308128e-7 | |
| 21488780 | 9 days ago | | | 0 | 0.000000509808886476 | |
| 21249764 | 15 days ago | | | 0 | 5.1236127e-7 | |
| 20647925 | a month ago | | | 0 | 1.6515018e-7 | |
| 20211973 | a month ago | | | 0 | 1.9193500e-7 | |
| 20211918 | a month ago | | | 0 | 1.9193500e-7 | |
| 20211808 | a month ago | | | 0 | 0.000000200280000000 | |
| 20211772 | a month ago | | | 0 | 0.000000200280000000 | |
| 20013923 | a month ago | | | 0 | 4.9619065e-7 | |
| 19787862 | 2 months ago | | | 0 | 1.6386792e-7 |
ABI
ABI objects
Getter at block 21884371 facetAddresses() view returns (address[] facetAddresses_) facets() view returns (struct IDiamondLoupeFacet[] facets_)
getMintSigner() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Based Apes
owner() view returns (address result)
0x6981a6dc28f2bd28a9d852832c0f1876a9470cb8
symbol() view returns (string)
BAPE
totalSupply() view returns (uint256)
2222
treasury() view returns (address)
0x6981a6dc28f2bd28a9d852832c0f1876a9470cb8
Read-only
balanceOf(address owner) view returns (uint256)
facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)
facetFunctionSelectors(address _facet) view returns (bytes4[] _facetFunctionSelectors)
getApp(bytes32 name) view returns (struct INiftyKitAppRegistryApp)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rolesOf(address user) view returns (uint256 roles)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _initialize(address owner_, address admin_, string name_, string symbol_, address royalty_, uint16 royaltyBps_)
approve(address operator, uint256 tokenId) payable
grantRoles(address user, uint256 roles) payable
installApp(bytes32 name)
installApp(bytes32 name, bytes data)
removeApp(bytes32 name)
removeApp(bytes32 name, bytes data)
renounceOwnership() payable
renounceRoles(uint256 roles) payable
revokeRoles(address user, uint256 roles) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMintSigner(address signer_)
setTreasury(address newTreasury)
setTrustedForwarder(address trustedForwarder)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()