0xf77c0f42e9c85ad1de1670dd4a0589a883d05c24
Verified contract
Proxy
Active on
Base with 222,927 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 55 | -- | -- | |
TOKEN | ERC-721 | 1 | -- | -- | |
TOKEN | ERC-721 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746479 | 12 minutes ago | | | 0 | 0.0000040743243 | |
| 22746389 | 15 minutes ago | | | 0 | 0.0000041089451 | |
| 22746320 | 18 minutes ago | | | 0 | 0.0000043208548 | |
| 22746284 | 19 minutes ago | | | 0 | 0.0000031732336 | |
| 22746239 | 20 minutes ago | | | 0 | 0.0000036877049 | |
| 22746188 | 22 minutes ago | | | 0 | 0.0000025758721 | |
| 22746173 | 23 minutes ago | | | 0 | 0.0000027758703 | |
| 22746119 | 24 minutes ago | | | 0 | 0.0000028899306 | |
| 22746107 | 25 minutes ago | | | 0 | 0.0000024919905 | |
| 22746074 | 26 minutes ago | | | 0 | 0.0000041262549 |
ABI
ABI objects
Getter at block 22746848 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x9069704e18fe2b393de8176b9b0665ce6b6e85aca0d909f61412fb5a50d97b07
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=CMProjectMultisig, version=1, chainId=8453, verifyingContract=0xf77c0f42e9c85ad1de1670dd4a0589a883d05c24, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getVersion() pure returns (string version)
0.1
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)
This contract contains no constructor objects.
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()