Bapes Parental Certificate
Verified contract
Active on
Ethereum with 2,956 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 "Bapes Parental Certificate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069621 | a month ago | | | 0 | 0.00035486353 | |
| 20876652 | 2 months ago | | | 0 | 0.00012297838 | |
| 19751061 | 7 months ago | | | 0 | 0.00014235015 | |
| 19214290 | 10 months ago | | | 0 | 0.0026752333 | |
| 19209893 | 10 months ago | | | 0 | 0.00057760493 | |
| 19149255 | 10 months ago | | | 0 | 0.00096131388 | |
| 18902072 | a year ago | | | 0 | 0.0011653154 | |
| 18901148 | a year ago | | | 0 | 0.00071652509 | |
| 18854608 | a year ago | | | 0 | 0.00097708354 | |
| 18803545 | a year ago | | | 0 | 0.00074706004 |
ABI
ABI objects
Getter at block 21304760
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Bapes Parental Certificate
owner() view returns (address)
0x477712cedd31200650416cb682dc11f359a3b5f8
symbol() view returns (string)
BPC
totalSupply() view returns (uint256)
6265
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _amount, address _address) returns (bool)
grantRole(bytes32 role, address account)
mint(uint256 _mintAmount, bytes32[] _merkleProof)
mintFor(uint256 _mintAmount, address _receiver)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
togglePause(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBurnAllowed(address _address)
updateMerkleRoot(bytes32 _merkleRoot)
updateMetadataURI(string _metadataURI)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _metadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()