PrimeApeAthletes
Verified contract
Active on
Ethereum with 663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "PrimeApeAthletes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20594789 | 3 months ago | | | 0 | 0.000060751408 | |
| 19530095 | 8 months ago | | | 0 | 0.0013539853 | |
| 18322600 | a year ago | | | 0 | 0.00024038180 | |
| 18083305 | a year ago | | | 0 | 0.00075168859 | |
| 17517592 | a year ago | | | 0 | 0.00064153607 | |
| 16962501 | 2 years ago | | | 0 | 0.0010412849 | |
| 16891820 | 2 years ago | | | 0 | 0.0023224213 | |
| 16840336 | 2 years ago | | | 0 | 0.0012165380 | |
| 16631218 | 2 years ago | | | 0 | 0.0015245936 | |
| 16555007 | 2 years ago | | | 0 | 0.00094682999 |
ABI
ABI objects
Getter at block 21217921
baseURI() view returns (string)
ipfs://Qmf5R3BMXKaAs7pM56WLe1Xo4zyKFqmdKo9i5D1RAwCgs6/
contractURI() view returns (string)
https://ipfs.io/ipfs/QmRLwTPR1Le3Pi5kvgHmFTzSmiHomBSoybtnbTdqBvXi4Q
limitPerWallet() view returns (uint256)
15
maxMintSupply() view returns (uint256)
777
name() view returns (string)
PrimeApeAthletes
normalPresaleMaxMint() view returns (uint256)
3
normalPresaleRoot() view returns (bytes32)
0x150aedd5a302a29451a1e83da25899737682ac05c821ff54aa5cd55e6f683532
ogPresaleMaxMint() view returns (uint256)
5
ogPresaleRoot() view returns (bytes32)
0x7ea2f1ca63d096dd22a83d6457cd9f4e649751703d71839bfc340b8f5ccb93d3
owner() view returns (address)
0x94d5459df3d5133e37b6f337584941469199d84c
presaleIsActive() view returns (bool)
false
price() view returns (uint256)
70000000000000000
saleIsActive() view returns (bool)
true
state() view returns (uint8)
2
symbol() view returns (string)
PAA
totalReleased() view returns (uint256)
40390000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (uint256)
exists(uint256 id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn()
disable()
enablePresale(bytes32 _presaleNormalRoot, bytes32 _presaleOGRoot)
enablePublic()
mint(uint64 _amount) payable
presale(uint64 _amount, bool og, bytes32[] proof) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _tokenBaseURI)
setContractURI(string _contractURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setLimitPerWallet(uint256 _limitPerWallet)
setPresaleMaxMint(uint256 _ogPresaleMaxMint, uint256 _normalPresaleMaxMint)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PAAMinted(uint256 balance, address owner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()