MoongateERC721AirdropSoulboundFactory
Verified contract
Active on
Base with 6 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 "MoongateERC721AirdropSoulboundFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22619053 | 4 days ago | | | 0 | 0.000013102871 | |
| 22619042 | 4 days ago | | | 0 | 0.000013102736 | |
| 22619032 | 4 days ago | | | 0 | 0.000013102871 | |
| 22619018 | 4 days ago | | | 0 | 0.000013102871 | |
| 22039061 | 17 days ago | | | 0 | 0.000013103346 | |
| 14568056 | 6 months ago | | | 0 | 0.00013222049 |
ABI
ABI objects
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 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events createContract(string name_, string symbol_, string uri_, address royaltyReceiver, uint96 royaltyFeeNumerator) returns (address)
grantAdmin(address account)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeAdmin(address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
ContractCreated(string name_, string symbol_, address address_)
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)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)