AccessPass

Verified contract

Active on Base with 10,014 txns
Deployed by via 0xbd4daef2 at 10568665
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0xd31e2162405f02555d446ceffea4cb8a51649059af80d2327ebbd4b3490c37d5
0xdbcc51dd499fc340e776671f0b36194b8e1a54b134c8924086bed26c1e2719f3
0x2a6d5adbf88f107f465169468e51de0d4f4df644dbc19ea7c4549fa7e71d16bd
0xa16fbca0f5bec59bb38363b3ad86c1bce55c79d5a35c83664d72f9ce13e96fee
0x8652182d08021728194e5dbf94b0debb57f5054fbae0fa0938fcabe1af05a22c
0xd710968811b849183f1753622112e0e162d22a3910fae0e4deb483be078625b9
0xb0449282c113cf1f8782cc334335f02e707dfd99714d1e571e31734ca1aa2311
0x6df510cee61eeb1a39ae9490cbc544f59fc2c8ec0013375cd913d74442b1b4f8
0x4b959294ee0c4248dd8e7719bc97ddd3f4aee8fdc2b051918586ce6c29483854
0x0d004cae5d3d204fa098f97bd2d50c724337600abb60d42b9b0450b503c0029e

Functions
Getter at block 22744261
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
publicPaused(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
flipPaused(
grantRole(bytes32 roleaddress account
mint(address touint256 iduint256 amountbytes data
mintBatch(address touint256[] idsuint256[] amountsbytes data
mintPublic(address touint256 amountpayable 
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPricePublic(uint256 _newPrice
setPublicMintId(uint256 _id
setURI(uint256 tokenIdstring tokenURI
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address adminAddress
Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
ReentrancyGuardReentrantCall(