ERC20Custody
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 "ERC20Custody"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC20Custody"
ABI
ABI objects
Getter at block 22752888
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)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
supportsLegacy() view returns (bool)
false
tssAddress() view returns (address)
0x0000000000000000000000000000000000000000
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()