Bapes Parental Certificate

Verified contract

Active on Ethereum with 2,955 txns
Deployed by via 0x203bbe9d at 14998214
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bapes Parental Certificate"

0xd46e08ce74d6ddd0c91ec9cd0789341f3279506dd9f09245bc63aef5c9fd3fca
0x76f8f3712ad8de38bd6068ec57c276c551c3d15f5746c0c3b5d04dcf4199b498
0xa0fe20702c754375a5d208d46c3ac9a7c9c0d8c96cef1ca0b556f978f029e1d2
0x07833162e4d52177865f3f86dbd4ce954ecac07e2afed5c81c459b9c8bd2fda8
0x2e8ad89cfeb1ac1acabe073c30a6b6056c60c7b82a99c002a3d06080f7d23cfe
0x1b1b5d2492246a5e8112e226fe440e7115107eeab4946acbeab92a2271a4a3db
0x4995abbfad4e9c2e55644b6e3e00f8e6626d55d6bbc63245b5f1213d47d039e6
0x6a20a8a636666af6fa95b9e3debb85328a00d07ea4de3491915e3ad604154b30
0x137b1473f21a4ffc24ad47eae133930f639da375e5152ec247d0d2218de06346
0xb93aa52a72330f683ce12696a2906bc087e5971a45e6a5a957f0b2b22ead0c05

Functions
Getter at block 21055771
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256view returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 _amountaddress _addressreturns (bool)
grantRole(bytes32 roleaddress account
mint(uint256 _mintAmountbytes32[] _merkleProof
mintFor(uint256 _mintAmountaddress _receiver
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePause(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBurnAllowed(address _address
updateMerkleRoot(bytes32 _merkleRoot
updateMetadataURI(string _metadataURI
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _metadataURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(