ApeOnly
Verified contract
Active on
Ethereum with 1,872 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbe1b…17ad
Balances ($0.00)
No balances found for "ApeOnly"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20730988 | 3 months ago | | | 0 | 0.00010297004 | |
| 20563036 | 3 months ago | | | 0 | 0.00016228274 | |
| 20561066 | 3 months ago | | | 0 | 0.000042484871 | |
| 20474270 | 4 months ago | | | 0 | 0.000089369348 | |
| 19985873 | 6 months ago | | | 0 | 0.00031649161 | |
| 19631915 | 8 months ago | | | 0 | 0.00036652817 | |
| 19113287 | 10 months ago | | | 0 | 0.00058728811 | |
| 19031039 | 10 months ago | | | 0 | 0.0012939890 | |
| 18908633 | a year ago | | | 0 | 0.00065021224 | |
| 18799216 | a year ago | | | 0 | 0.0014480955 |
ABI
ABI objects
Getter at block 21314530
MAX_APES() view returns (uint256)
999
SALE_DAYS() view returns (uint256)
1209600
SALE_END_DAY() view returns (uint256)
1619095125
apesLength() view returns (uint256)
999
apesWallet() view returns (address)
0xbe1b545a845dd143c28f0974d16a6c55c25f17ad
getCurrentEthAmount() view returns (uint256)
100000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
ApeOnly
owner() view returns (address)
0x84d5f83730f393e1643ac40c23418910959c53d3
symbol() view returns (string)
APES
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnApes(uint256 tokenId) returns (bool)
changeApesWallet(address wallet) returns (bool)
genrateApesToken() payable returns (bool)
genrateApesTokenToOwner(uint256 _numberOfApes) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setEthAmount(uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _apesWallet)
fallback()
receive()
This contract contains no error objects.