APE as ONE
Verified contract
Active on
Ethereum with 3,490 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "APE as ONE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20587600 | 3 months ago | | | 0 | 0.000064252917 | |
| 20290341 | 4 months ago | | | 0 | 0.00011647136 | |
| 20062449 | 5 months ago | | | 0 | 0.00040581082 | |
| 19517135 | 8 months ago | | | 0 | 0.00093953570 | |
| 19120226 | 10 months ago | | | 0 | 0.0018703948 | |
| 19110478 | 10 months ago | | | 0 | 0.00019028151 | |
| 18985931 | 10 months ago | | | 0 | 0.0012292930 | |
| 18907978 | a year ago | | | 0 | 0.00072835062 | |
| 18895337 | a year ago | | | 0 | 0.00072434758 | |
| 18823316 | a year ago | | | 0 | 0.0017044269 |
ABI
ABI objects
Getter at block 21267817
BASE_EXTENSION() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmXPitt9UFhZt9scdydXZRubPXmAZDLgeiWeEqJDctPvxM/
cost() view returns (uint256)
9000000000000000
limitPerAccount() view returns (uint256)
5
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
3999
name() view returns (string)
APE as ONE
owner() view returns (address)
0x07c113a12b88ab31c7c45a24f23367bad37beac9
pausedMint() view returns (bool)
true
reservedAmount() view returns (uint256)
100
reservedAmountLeft() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
AAS1
totalSupply() view returns (uint256)
3899
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)
royaltyInfo(uint256, uint256 _value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
mintReserved(uint256 _amount)
pauseMint()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _cost)
setMaxSupply(uint256 _maxSupply)
setOwner(address newOwner)
setRoyaltiesAmount(uint256 _amount)
setRoyaltiesReceiver(address _receiver)
transferFrom(address from, address to, uint256 tokenId)
unpauseMint()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AccountLimitExceeded()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
FailedToSendFundsToOwner()
InsufficientValue()
MaxMintAmountExceeded()
MaxSupplyExceeded()
MinimumOneNFT()
MintPaused()
MintToZeroAddress()
MintZeroQuantity()
NonExistentToken()
OwnerQueryForNonexistentToken()
ReservedSupplyExceeded()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()