RubicSymbiosisProxy
Verified contract
Active on
Ethereum with 523 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.89)
Native
Value
$0.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00015 | $3,691.45 |
$0.55 | |
SAND | ERC-20 | 14.192851 | $0.655457 |
$9.3 | |
SHIB | ERC-20 | 263.841162K | $0.00003 |
$7.89 | |
CEEK | ERC-20 | 28.080738 | $0.041576 |
$1.17 | |
MOD | ERC-20 | 22.5 | $0.026065 |
$0.59 | |
SNX | ERC-20 | 0.224771 | $2.52 |
$0.57 | |
PRQ | ERC-20 | 4.5 | $0.109283 |
$0.49 | |
WOO | ERC-20 | 1.609851 | $0.283406 |
$0.46 | |
ENJ | ERC-20 | 1.3965 | $0.320102 |
$0.45 | |
CRO | ERC-20 | 2.339716 | $0.18876 |
$0.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20084926 | 6 months ago | | | 0 | 0.00039439168 | |
| 20084922 | 6 months ago | | | 0 | 0.00041792280 | |
| 20084919 | 6 months ago | | | 0 | 0.00056782980 | |
| 20084913 | 6 months ago | | | 0 | 0.00053085141 | |
| 16284136 | 2 years ago | | | 0 | 0.00072410215 | |
| 16284135 | 2 years ago | | | 0 | 0.00046342061 | |
| 15883832 | 2 years ago | | | 0 | 0.0012300237 | |
| 15883830 | 2 years ago | | | 0 | 0.0011657261 | |
| 15883829 | 2 years ago | | | 0 | 0.0010396073 | |
| 15883827 | 2 years ago | | | 0 | 0.0012507179 |
ABI
ABI objects
Getter at block 21307289
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
RubicFee() view returns (uint256)
1500
gateway() view returns (address)
0x03b7551eb0162c838a10c2437b60d1f5455b9554
metaRouter() view returns (address)
0xb9e13785127bffcc3dc970a55f6c7bf0844a3c15
paused() view returns (bool)
true
Read-only
amountOfIntegrator(address, address) view returns (uint256)
availableRubicFee(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
integratorFee(address) view returns (uint256)
isAdmin(address _who) view returns (bool)
isManager(address _who) view returns (bool)
platformShare(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events SymbiosisCall(address inputToken, uint256 totalInputAmount, address integrator, bytes data)
SymbiosisCallWithNative(address integrator, bytes data) payable
collectIntegratorFee(address _token)
collectIntegratorFee(address _token, address _provider)
collectRubicFee(address _token)
grantRole(bytes32 role, address account)
pauseExecution()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setGateway(address _gateway)
setIntegratorFee(address _provider, uint256 _fee, uint256 _platformShare)
setMetaRouter(address _metaRouter)
setRubicFee(uint256 _fee)
transferAdmin(address _newAdmin)
unpauseExecution()
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)
constructor(uint256 _fee, address _metaRouter, address _gateway)
This contract contains no fallback and receive objects.
This contract contains no error objects.