ERC1967Proxy
Verified contract
Proxy
Active on
Base with 23,863 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($17,690.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 17.715198K | $0.998609 |
$17,690.56 | |
WGC | ERC-20 | 200 | $0.000483 |
$0.1 | |
GRG | ERC-20 | 0.05 | $1.27 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000763 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000787 |
$0 | |
GENOME | ERC-20 | 0 | $0.023384 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
TQS | ERC-20 | 3K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751291 | 2 minutes ago | | | 0 | 0.0000023996796 | |
| 22749365 | an hour ago | | | 0.00056697056 | 0.0000043302142 | |
| 22747982 | 2 hours ago | | | 0 | 0.0000036725559 | |
| 22746191 | 3 hours ago | | | 0.156 | 0.0000015094626 | |
| 22745261 | 3 hours ago | | | 0.01 | 9.8473506e-7 | |
| 22742918 | 5 hours ago | | | 0 | 0.0000051613131 | |
| 22741262 | 6 hours ago | | | 0.00056029315 | 0.0000012770497 | |
| 22739219 | 7 hours ago | | | 0.0025 | 0.000000401356605803 | |
| 22739201 | 7 hours ago | | | 0.156 | 5.3688806e-7 | |
| 22737734 | 8 hours ago | | | 0 | 0.0000018267681 |
ABI
ABI objects
Getter at block 22751335 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
ALLOWANCE_GAS_BUFFER() view returns (uint256)
2
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TREASURY_ROLE() view returns (bytes32)
0xe1dcbdb91df27212a29bc27177c840cf2f819ecf2187432e1fac86c2dd5dfca9
getVersion() pure returns (string version)
0.1
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOnAllowlist(address token) view returns (bool)
State-modifying
Events addTokenToAllowlist(address token)
approveAndExecute(struct CrossmintTreasuryTokenTransaction txn)
execute(struct CrossmintTreasuryTransaction txn) payable
executeBatch(struct CrossmintTreasuryTransaction[] txns) payable
grantRole(bytes32 role, address account)
initialize(address[] adminAccounts, address[] treasuryAccounts, address[] initialTokens)
removeTokenFromAllowlist(address token)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendTokens(address token, address recipient, uint256 amount)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address to, uint256 amount)
withdrawTokens(address token, address recipient, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Execution(address indexed token, address indexed spender, uint256 amount)
Initialized(uint8 version)
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)
TokenAddedToAllowlist(address indexed token)
TokenRemovedFromAllowlist(address indexed token)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
fallback()
receive()
receive()
ExecutionOnAllowlistedToken()
InsufficientFunds(uint256 amount, uint256 balance)
NonContractAddress()
NonDustAllowance(uint256 allowance)
TokenNotAllowed()
ZeroAddressNotAllowed()