RsETHTokenWrapper
Verified contract
Implementation
Active on
Base with 315 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 44 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23449541 | 4 days ago | | | 0 | 1.8769378e-7 | |
| 22470906 | a month ago | | | 0 | 1.5426978e-7 | |
| 22313165 | a month ago | | | 0 | 1.6620679e-7 | |
| 21408466 | 2 months ago | | | 0 | 1.5353967e-7 | |
| 21330719 | 2 months ago | | | 0 | 1.5117911e-7 | |
| 21240740 | 2 months ago | | | 0 | 1.5198637e-7 | |
| 20517089 | 2 months ago | | | 0 | 2.9817897e-7 | |
| 20488957 | 2 months ago | | | 0 | 2.8244443e-7 | |
| 20440111 | 2 months ago | | | 0 | 2.5483150e-7 | |
| 20439894 | 2 months ago | | | 0 | 1.5324180e-7 |
ABI
ABI objects
Getter at block 23635261
BRIDGER_ROLE() view returns (bytes32)
0xc809a7fd521f10cdc3c068621a1c61d5fd9bb3f1502a773e53811bc248d919a8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x3c35b1e8bc0b04b3c7a624cab27b8c2779bd71da842b57f830028d37cec2a1ce
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0x4186bfc76e2e237523cbc30fd220fe055156b41f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedTokens(address allowedToken) view returns (bool isAllowed)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
maxAmountToDepositBridgerAsset(address _asset) view returns (uint256)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address asset, uint256 _amount)
depositBridgerAssets(address _asset, uint256 _amount)
depositTo(address asset, address _to, uint256 _amount)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address admin, address manager, address _altRsETH)
mint(address _to, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeAllowedToken(address _asset)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(address asset, uint256 _amount)
withdrawTo(address asset, address _to, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
BridgerDeposited(address asset, uint256 _amount)
Deposit(address asset, address _sender, uint256 _amount)
EIP712DomainChanged()
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)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address asset, address _sender, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
CannotDeposit()
TokenNotAllowed()