ApeOnly Island
Verified contract
Active on
Ethereum with 1,660 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "ApeOnly Island"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19899321 | 6 months ago | | | 0 | 0.00013193636 | |
| 19899296 | 6 months ago | | | 0 | 0.00014123685 | |
| 19788574 | 6 months ago | | | 0 | 0.00015457526 | |
| 19205270 | 9 months ago | | | 0 | 0.0011285703 | |
| 19116868 | 10 months ago | | | 0 | 0.00030210714 | |
| 18864922 | a year ago | | | 0 | 0.00081710442 | |
| 18803249 | a year ago | | | 0 | 0.0013759579 | |
| 18800017 | a year ago | | | 0 | 0.0012397180 | |
| 18649564 | a year ago | | | 0 | 0.00052296722 | |
| 18333776 | a year ago | | | 0 | 0.00030730103 |
ABI
ABI objects
Getter at block 21198674
BATCH_LIMIT() view returns (uint256)
8
TOTAL_LIMIT() view returns (uint256)
8888
activated() view returns (bool)
true
activatedAt() view returns (uint256)
1634837423
getGenesisMintedTotal() view returns (uint256)
323
isPublicSaleActivated() view returns (bool)
true
name() view returns (string)
ApeOnly Island
owner() view returns (address)
0x8bfc1630fff92351e69606ca8981e339a2a92a56
price() view returns (uint256)
100000000000000000000
reserved() view returns (uint256)
100
symbol() view returns (string)
Island Apes
tokenAddress() view returns (address)
0x3af3eec33fe5b1af5ce4e1f3ba32e64ab78912b2
tokenBiogChangePrice() view returns (uint256)
50000000000000000000
tokenClanChangePrice() view returns (uint256)
50000000000000000000
tokenNameChangePrice() view returns (uint256)
50000000000000000000
totalSupply() view returns (uint256)
2914
utilityEnabled() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
clanMemberCount(uint8) view returns (uint256)
clans(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getGenesisMintedID(uint256 id) view returns (bool)
getTokenBiography(uint256 id) view returns (string)
getTokenClan(uint256 id) view returns (string)
getTokenClanId(uint256 id) view returns (uint8)
getTokenName(uint256 id) view returns (string)
getTokenNameByIndex(uint256 index) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
isUniqueName(string str) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate() returns (bool)
airdrop(address account, uint256 amount) returns (bool)
approve(address to, uint256 tokenId)
changeTokenBiog(string newBio, uint256 tokenId) returns (bool)
changeTokenClan(uint8 clanId, uint256 tokenId) returns (bool)
changeTokenName(string newName, uint256 tokenId) returns (bool)
priorityMint(uint256[] ids) returns (bool)
publicMint(uint256 amount) payable returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI) returns (bool)
setPrice(uint256 amount) returns (bool)
setReserve(uint16 amount) returns (bool)
setTokenAddress(address tokenAddressArg) returns (bool)
setTokenBiogChangePrice(uint256 newPrice) returns (bool)
setTokenClanChangePrice(uint256 newPrice) returns (bool)
setTokenNameChangePrice(uint256 newPrice) returns (bool)
setUtilityStatus(bool newStatus) returns (bool isUtilityEnabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() returns (bool)
Activated(address indexed account, uint256 timestamp)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Changed(address indexed account, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.