TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 260,553 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($85,436,035.48)
Native
Value
$17,666.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.610005 | $3,149.11 |
$17,666.52 | |
HIGH | ERC-20 | 30.65591M | $1.52 |
$46,596,982.66 | |
SPEC | ERC-20 | 1.897339M | $11.09 |
$21,041,494.84 | |
WETH | ERC-20 | 3.072932K | $3,151.08 |
$9,683,055.44 | |
gOHM | ERC-20 | 1.513137K | $4,212.55 |
$6,374,167.14 | |
UNIDX | ERC-20 | 1.986198M | $0.360288 |
$715,603.37 | |
DOG | ERC-20 | 59.686184M | $0.009608 |
$573,443.37 | |
PEPE | ERC-20 | 12.092766B | $0.000012 |
$145,475.97 | |
USDC | ERC-20 | 121.566687K | $1.001 |
$121,688.25 | |
NEWO | ERC-20 | 19.50309M | $0.004448 |
$86,743.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159920 | 29 minutes ago | | | 0 | 0.0033037229 | |
| 21159782 | an hour ago | | | 0 | 0.0021235024 | |
| 21159774 | an hour ago | | | 0 | 0.0023009222 | |
| 21159748 | an hour ago | | | 0 | 0.0023778982 | |
| 21159746 | an hour ago | | | 0 | 0.0023866430 | |
| 21159730 | an hour ago | | | 0 | 0.0022946216 | |
| 21159675 | an hour ago | | | 0 | 0.0024562981 | |
| 21159438 | 2 hours ago | | | 0 | 0.0078430056 | |
| 21159336 | 2 hours ago | | | 0 | 0.0034940747 | |
| 21159174 | 3 hours ago | | | 0 | 0.0029341572 |
ABI
ABI objects
Getter at block 21160065
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNANCE_ROLE() view returns (bytes32)
0x71840dc4906352362b0cdaf79870196c8e42acafade72d5d5a6d59291253ceb1
NODEGROUP_ROLE() view returns (bytes32)
0xb5c00e6706c3d213edd70ff33717fac657eacc5fe161f07180cf1fcab13cc4cd
WETH_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
bridgeVersion() view returns (uint256)
6
chainGasAmount() view returns (uint256)
0
paused() view returns (bool)
false
startBlockNumber() view returns (uint256)
0
Read-only
getFeeBalance(address tokenAddress) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
kappaExists(bytes32 kappa) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addKappas(bytes32[] kappas)
deposit(address to, uint256 chainId, address token, uint256 amount)
depositAndSwap(address to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
grantRole(bytes32 role, address account)
initialize()
mint(address to, address token, uint256 amount, uint256 fee, bytes32 kappa)
mintAndSwap(address to, address token, uint256 amount, uint256 fee, address pool, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline, bytes32 kappa)
pause()
redeem(address to, uint256 chainId, address token, uint256 amount)
redeemAndRemove(address to, uint256 chainId, address token, uint256 amount, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline)
redeemAndSwap(address to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
redeemV2(bytes32 to, uint256 chainId, address token, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setChainGasAmount(uint256 amount)
setWethAddress(address _wethAddress)
unpause()
withdraw(address to, address token, uint256 amount, uint256 fee, bytes32 kappa)
withdrawAndRemove(address to, address token, uint256 amount, uint256 fee, address pool, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline, bytes32 kappa)
withdrawFees(address token, address to)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
TokenDeposit(address indexed to, uint256 chainId, address token, uint256 amount)
TokenDepositAndSwap(address indexed to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
TokenMint(address indexed to, address token, uint256 amount, uint256 fee, bytes32 indexed kappa)
TokenMintAndSwap(address indexed to, address token, uint256 amount, uint256 fee, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline, bool swapSuccess, bytes32 indexed kappa)
TokenRedeem(address indexed to, uint256 chainId, address token, uint256 amount)
TokenRedeemAndRemove(address indexed to, uint256 chainId, address token, uint256 amount, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline)
TokenRedeemAndSwap(address indexed to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
TokenRedeemV2(bytes32 indexed to, uint256 chainId, address token, uint256 amount)
TokenWithdraw(address indexed to, address token, uint256 amount, uint256 fee, bytes32 indexed kappa)
TokenWithdrawAndRemove(address indexed to, address token, uint256 amount, uint256 fee, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline, bool swapSuccess, bytes32 indexed kappa)
Unpaused(address account)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.