AKCPETS
Verified contract
Active on
Ethereum with 12,065 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9bf2…4080
Balances ($0.00)
No balances found for "AKCPETS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002223 | 22 days ago | | | 0 | 0.00041224296 | |
| 20949648 | a month ago | | | 0 | 0.00032935120 | |
| 20949647 | a month ago | | | 0 | 0.00032077320 | |
| 20949646 | a month ago | | | 0 | 0.00032563340 | |
| 20900899 | a month ago | | | 0 | 0.00051047121 | |
| 20842633 | a month ago | | | 0 | 0.00098692484 | |
| 20771816 | 2 months ago | | | 0 | 0.00088755986 | |
| 20682411 | 2 months ago | | | 0 | 0.000079040777 | |
| 20562285 | 3 months ago | | | 0 | 0.000057864818 | |
| 20562274 | 3 months ago | | | 0 | 0.000061058902 |
ABI
ABI objects
Getter at block 21157425
baseURI() view returns (string)
https://api.apekidsclub.io/api/pets/
contractURI() view returns (string)
defaultURI() view returns (string)
finalizeBaseUri() view returns (bool)
false
maxSupply() view returns (uint256)
11999
mintMax() view returns (uint256)
2
mycontractURI() view returns (string)
name() view returns (string)
AKCPETS
owner() view returns (address)
0xb63f1425b2ed29ae481a574a19099cbe723f9869
paused() view returns (bool)
false
royaltyAddr() view returns (address)
0x808385e62d8dbb230a39291b6e3b97120ed1ee88
royaltyBasis() view returns (uint256)
750
signer() view returns (address)
0x15513e9682997d16de0c3539b428e5c07702be89
symbol() view returns (string)
AKCP
totalSupply() view returns (uint256)
11999
Read-only
OGClaimed(address) view returns (uint8)
akcClaimed(uint256) view returns (uint8)
balanceOf(address owner) view returns (uint256)
claimablePets(address _addr) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOGed(address _addr, uint8 cnt, bytes signature) view returns (bool)
isWhitelisted(address _addr, bytes signature) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner, uint256 startId, uint256 endId) view returns (uint256[])
whitelistClaimed(address) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
finalizeBaseURI()
mint(uint256[] _tokenIdsToClaim, uint8 WLnums, uint8 OGcnt, bytes OGsignature, bytes WLsignature)
pause(bool _state)
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)
setMintMax(uint256 _mintMax)
setRoyalty(address _royaltyAddr, uint256 _royaltyBasis)
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(string _name, string _symbol, string _initBaseURI, string _defaultURI, address _akc, uint256 _maxSupply, address _signer, address _royaltyAddr, uint256 _royaltyBasis)
This contract contains no fallback and receive objects.
This contract contains no error objects.