apekidsclub
Verified contract
Active on
Ethereum with 28,802 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($8.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOKS | ERC-20 | 200 | $0.042849 |
$8.57 | |
$AKC | ERC-20 | 350M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156236 | a day ago | | | 0 | 0.00033036259 | |
| 21100223 | 9 days ago | | | 0 | 0.00044731301 | |
| 21076672 | 12 days ago | | | 0 | 0.00054585438 | |
| 21076498 | 12 days ago | | | 0 | 0.00026370501 | |
| 21072275 | 13 days ago | | | 0 | 0.00061009473 | |
| 21070344 | 13 days ago | | | 0 | 0.00086053753 | |
| 21070338 | 13 days ago | | | 0 | 0.00073372377 | |
| 21070323 | 13 days ago | | | 0 | 0.00081327047 | |
| 21020848 | 20 days ago | | | 0 | 0.00036359514 | |
| 21006249 | 22 days ago | | | 0 | 0.00041301434 |
ABI
ABI objects
Getter at block 21163429
baseURI() view returns (string)
https://ape-kids-club-api.vercel.app/api/
clearanceMintMax() view returns (uint256)
2
contractURI() view returns (string)
defaultURI() view returns (string)
finalizeBaseUri() view returns (bool)
false
mycontractURI() view returns (string)
name() view returns (string)
apekidsclub
owner() view returns (address)
0xb63f1425b2ed29ae481a574a19099cbe723f9869
paused() view returns (bool)
false
presaleMintMax() view returns (uint256)
1
presalePrice() view returns (uint256)
40000000000000000
presaleSupply() view returns (uint256)
3000
royaltyAddr() view returns (address)
0x808385e62d8dbb230a39291b6e3b97120ed1ee88
royaltyBasis() view returns (uint256)
500
saleMintMax() view returns (uint256)
3
salePrice() view returns (uint256)
50000000000000000
stage() view returns (uint8)
4
symbol() view returns (string)
AKC
totalSaleSupply() view returns (uint256)
9999
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
free_whitelisted(address) view returns (uint8)
fundRecipients(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMintCount(address) view returns (uint8)
presale_whitelisted(address) view returns (bool)
receivePercentagePt(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
saleMintCount(address) view returns (uint8)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
finalizeBaseURI()
mint(uint8 _mintAmount) payable
nextStage()
pause(bool _state)
removeFreeWhitelistUser(address _user)
removePresaleWhitelistUser(address _user)
renounceOwnership()
reserveMint(uint256 _mintAmount, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setRoyalty(address _royaltyAddr, uint256 _royaltyBasis)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistFreeUsers(address[] _users, uint8[] _num_mints)
whitelistPresaleUsers(address[] _users)
withdrawFund()
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(string _name, string _symbol, string _initBaseURI, string _defaultURI, uint256 _presaleSupply, uint256 _totalSaleSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.