ProjectMultisig
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "ProjectMultisig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ProjectMultisig"
ABI
ABI objects
Getter at block 22757259
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x0f76c025a3741260ef6a7e9071abe22a21dcd4350b5b4a992139025d9a0e0eae
RECOVERY_ROLE() view returns (bytes32)
0x0acf805600123ef007091da3b3ffb39474074c656c127aa68cb0ffec232a8ff8
TREASURY_ROLE() view returns (bytes32)
0xe1dcbdb91df27212a29bc27177c840cf2f819ecf2187432e1fac86c2dd5dfca9
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0x5addf7cd3022727da6bec9137cf425a26287f901, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getVersion() pure returns (string version)
0.1
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
authorizedUntil(address account, address project) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
registered(address collection, address project) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events authorize(struct IProjectMultisigPermit permit, bytes signature)
authorizeAndExecute(bytes permitSignature, bytes requestSignature, struct IProjectMultisigPermit permit, struct IProjectMultisigRequest request)
execute(struct IProjectMultisigRequest request, bytes signature)
grantRole(bytes32 role, address account)
initialize(address[] adminAccounts, address[] treasuryAccounts, address[] recoveryAccounts)
register(struct IProjectMultisigRegistrationForm registration, bytes signature)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Authorization(address indexed project, address indexed account)
BeaconUpgraded(address indexed beacon)
EIP712DomainChanged()
Execution(address indexed collection, address indexed account)
Initialized(uint8 version)
Registration(address indexed project, address indexed collection)
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)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
CollectionAlreadyRegistered(address collection, address project)
CollectionNotRegistered(address collection, address project)
InvalidSigner(address signer)
SignatureExpired(uint256 deadline)
ZeroAddressNotAllowed()