PrimApes
Verified contract
Active on
Ethereum with 1,094 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PrimApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21121982 | a month ago | | | 0 | 0.00063647508 | |
| 21066452 | a month ago | | | 0 | 0.00068693954 | |
| 20465496 | 4 months ago | | | 0 | 0.000049822316 | |
| 20392967 | 4 months ago | | | 0 | 0.000055470459 | |
| 20308306 | 5 months ago | | | 0 | 0.000062442309 | |
| 20032814 | 6 months ago | | | 0 | 0.00046706212 | |
| 19834311 | 7 months ago | | | 0 | 0.00022106094 | |
| 19772342 | 7 months ago | | | 0 | 0.00040203636 | |
| 19765304 | 7 months ago | | | 0 | 0.00025654208 | |
| 19709025 | 8 months ago | | | 0 | 0.00030953996 |
ABI
ABI objects
Getter at block 21378712
ROYALITY__ADDRESS() view returns (address)
0xd7be5bf7454d9ecf50f9ce7d4acda3eb62faa7b5
ROYALITY__VALUE() view returns (uint96)
550
baseURI() view returns (string)
ipfs://bafybeicqx2bhpx7nv2o4lekwy3ax2mupanzdap7i5kmz74dyu5uaayawim/
maxSupply() view returns (uint256)
1111
name() view returns (string)
PrimApes
owner() view returns (address)
0xd7be5bf7454d9ecf50f9ce7d4acda3eb62faa7b5
paused() view returns (bool)
false
publicMintPerTx() view returns (uint256)
10
publicPrice() view returns (uint256)
3300000000000000
symbol() view returns (string)
PA
totalSupply() view returns (uint256)
1111
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)
publicClaimed(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airDrop(uint256 quantity, address _address)
airDropBatch(address[] _addresses)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newPublicCost)
setMaxPublic(uint256 _newMaxPublic)
setMaxSupply(uint256 _amount)
setPaused(bool _state)
setRoyalties(address receiver, uint96 royaltyFraction)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()