MoongateERC721AirdropSoulboundFactory

Verified contract

Active on Base with 6 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MoongateERC721AirdropSoulboundFactory"

0xb66bf8590eee0a897d7843eaa3fc0ca3c0b6be3574b53ee955b3237b04b780d9
0x0cd0e0fa9bdda376895ab99822ad3905ec1ee670b9afb20401bfa3db3d0b3de5
0x9f92c18644a6c10957f11f8bf9797d85e8f69f231d95cf4fa5a3753de6a66441
0xae4811bd6e3cba3d46a3fdaf0a364da05c876a38ad83a95601eb7d91c89c6d0b
0xa1cfe936826c350dfdba495f4854177c6e47b74852a4fa5ff8bb676c5ae8caa4
0x732d10821a64884f02d0278bdb9ed07888f9f57356a4bb934ed528339995d5b5

Functions
Getter at block 22775152
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner(view returns (address)
0x3376a9132afa0d2f2c3c339fbcbe7f240d28e0d3
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
createContract(string name_string symbol_string uri_address royaltyReceiveruint96 royaltyFeeNumeratorreturns (address)
grantAdmin(address account
grantRole(bytes32 roleaddress account
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeAdmin(address account
revokeRole(bytes32 roleaddress account
transferOwnership(address newOwner
Events
ContractCreated(string name_string symbol_address address_
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
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account