0x0bad40d9e9c369f2223c835e108f43a45fd223b5
Verified contract
Proxy
Active on
Base with 121 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
0x48b9…30ed
Balances ($79,232.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 79.237342K | $0.999936 |
$79,232.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22742301 | a minute ago | | | 0 | 4.3895510e-7 | |
| 22742160 | 6 minutes ago | | | 0 | 0.0000079570447 | |
| 22741624 | 24 minutes ago | | | 0 | 3.5837100e-7 | |
| 22741417 | 31 minutes ago | | | 0 | 0.0000079570447 | |
| 22741218 | 37 minutes ago | | | 0 | 4.5421745e-7 | |
| 22740714 | an hour ago | | | 0 | 3.4943900e-7 | |
| 22740710 | an hour ago | | | 0 | 0.000000305223800000 | |
| 22740542 | an hour ago | | | 0 | 3.4943900e-7 | |
| 22740514 | an hour ago | | | 0 | 4.5421745e-7 | |
| 22740513 | an hour ago | | | 0 | 2.9724549e-7 |
ABI
ABI objects
Getter at block 22742335 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
WHITELISTER_ROLE() view returns (bytes32)
0x8619cecd8b9e095ab43867f5b69d492180450fe862e6b50bfbfb24b75dd84c8a
WITHDRAWER_ROLE() view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
gateway() view returns (address)
0x48b9aacc350b20147001f88821d31731ba4c30ed
paused() view returns (bool)
false
supportsLegacy() view returns (bool)
true
tssAddress() view returns (address)
0x70e967acfcc17c3941e87562161406d41676fd83
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelisted(address) view returns (bool)
State-modifying
Events deposit(bytes recipient, address asset, uint256 amount, bytes message)
grantRole(bytes32 role, address account)
initialize(address gateway_, address tssAddress_, address admin_)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setSupportsLegacy(bool _supportsLegacy)
unpause()
unwhitelist(address token)
updateTSSAddress(address newTSSAddress)
upgradeToAndCall(address newImplementation, bytes data) payable
whitelist(address token)
withdraw(address to, address token, uint256 amount)
withdrawAndCall(address to, address token, uint256 amount, bytes data)
withdrawAndRevert(address to, address token, uint256 amount, bytes data, struct RevertContext revertContext)
Deposited(bytes recipient, address indexed asset, uint256 amount, bytes message)
Initialized(uint64 version)
Paused(address account)
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)
Unpaused(address account)
Unwhitelisted(address indexed token)
UpdatedCustodyTSSAddress(address oldTSSAddress, address newTSSAddress)
Upgraded(address indexed implementation)
Whitelisted(address indexed token)
Withdrawn(address indexed to, address indexed token, uint256 amount)
WithdrawnAndCalled(address indexed to, address indexed token, uint256 amount, bytes data)
WithdrawnAndReverted(address indexed to, address indexed token, uint256 amount, bytes data, struct RevertContext revertContext)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedCall()
InvalidInitialization()
LegacyMethodsNotSupported()
NotInitializing()
NotWhitelisted()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddress()