IndelibleFactory
Verified contract
Active on
Ethereum with 26 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 "IndelibleFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21010792 | a month ago | | | 0 | 0.0041832156 | |
| 20591119 | 3 months ago | | | 0 | 0.00096640874 | |
| 20382123 | 4 months ago | | | 0 | 0.0019750524 | |
| 19999342 | 6 months ago | | | 0 | 0.0029190865 | |
| 18937254 | a year ago | | | 0 | 0.012653286 | |
| 18930155 | a year ago | | | 0 | 0.048682244 | |
| 18690524 | a year ago | | | 0 | 0.019022980 | |
| 18606085 | a year ago | | | 0 | 0.0083716950 | |
| 18593512 | a year ago | | | 0 | 0.016954634 | |
| 18589234 | a year ago | | | 0 | 0.016475708 |
ABI
ABI objects
Getter at block 21304823
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getGenerativeImplementationAddress() view returns (address)
0x84ea4579f4a2be0017fe971521d0665dc1b1cf4b
getOperatorFilter() view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
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 deployGenerativeContract(string _name, string _symbol, uint256 _maxSupply, struct Settings _settings, struct RoyaltySettings _royaltySettings, struct WithdrawRecipient[] _withdrawRecipients, bool _registerOperatorFilter)
deployOpenEditionContract(string _name, string _symbol, struct OpenEditionSettings _settings, struct RoyaltySettings _royaltySettings, struct WithdrawRecipient[] _withdrawRecipients, bool _registerOperatorFilter)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateCollectorFee(uint256 newCollectorFee)
updateCollectorFeeRecipient(address newCollectorFeeRecipient)
updateDefaultOperatorFilter(address newFilter)
updateGenerativeImplementation(address newImplementation)
updateIndelibleSecurity(address newIndelibleSecurity)
updateOpenEditionImplementation(address newImplementation)
updateSignatureLifespan(uint256 newSignatureLifespan)
ContractCreated(address creator, address contractAddress)
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.
This contract contains no error objects.