RubicProxy
Verified contract
Active on
Ethereum with 889 txns
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Native
Value
$1.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000577 | $3,215.05 |
$1.85 | |
SOKU | ERC-20 | 3.474533K | $0.000005 |
$0.02 | |
SUTEKU | ERC-20 | 505.324481 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16275620 | 2 years ago | | | 0 | 0.00064639589 | |
| 16261035 | 2 years ago | | | 0 | 0.00079378747 | |
| 16151263 | 2 years ago | | | 0.27057672 | 0.0063132780 | |
| 15957352 | 2 years ago | | | <0.00000001 | 0.0058814165 | |
| 15879107 | 2 years ago | | | 0 | 0.00059812226 | |
| 15879104 | 2 years ago | | | 0 | 0.00041890717 | |
| 15824805 | 2 years ago | | | 0.041 | 0.0050933842 | |
| 15805628 | 2 years ago | | | <0.00000001 | 0.012790797 | |
| 15787401 | 2 years ago | | | <0.00000001 | 0.0095992935 | |
| 15609779 | 2 years ago | | | 0.18942 | 0.0032269903 |
ABI
ABI objects
Getter at block 21159389
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
RubicPlatformFee() view returns (uint256)
0
availableRubicCryptoFee() view returns (uint256)
32
fixedCryptoFee() view returns (uint256)
576721224500000
getAvailableRouters() view returns (address[])
[0x663DC15D3C1aC63ff12E45Ab68FeA3F0a883C251, 0x362fA9D0bCa5D19f743Db50738345ce2b40eC99f, 0xB9E13785127BFfCc3dc970A55F6c7bF0844a3C15, 0x03B7551EB0162c838a10c2437b60D1f5455b9554, 0x935BbF5c69225E3EDa7C3aA542A7Baa5c5c30094, 0xc30141B657f4216252dc59Af2e7CdB9D8792e1B0, 0x0e3EB2eAB0e524b69C79E24910f4318dB46bAa9c, 0x73Ce60416035B8D7019f6399778c14ccf5C9c7A1]
paused() view returns (bool)
true
Read-only
availableIntegratorCryptoFee(address) view returns (uint256)
availableIntegratorTokenFee(address, address) view returns (uint256)
availableRubicTokenFee(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
integratorToFeeInfo(address) view returns (bool isIntegrator, uint32 tokenFee, uint32 RubicTokenShare, uint32 RubicFixedCryptoShare, uint128 fixedFeeAmount)
maxTokenAmount(address) view returns (uint256)
minTokenAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAvailableRouter(address _router)
collectIntegratorFee(address _integrator, address _token)
collectIntegratorFee(address _token)
collectRubicCryptoFee()
collectRubicFee(address _token)
grantRole(bytes32 role, address account)
pauseExecution()
removeAvailableRouter(address _router)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
routerCall(struct BridgeBaseBaseCrossChainParams _params, address _gateway, bytes _data) payable
routerCallNative(struct BridgeBaseBaseCrossChainParams _params, bytes _data) payable
setFixedCryptoFee(uint256 _fixedCryptoFee)
setIntegratorInfo(address _integrator, struct BridgeBaseIntegratorFeeInfo _info)
setMaxTokenAmount(address _token, uint256 _maxTokenAmount)
setMinTokenAmount(address _token, uint256 _minTokenAmount)
setRubicPlatformFee(uint256 _platformFee)
sweepTokens(address _token, uint256 _amount)
transferAdmin(address _newAdmin)
unpauseExecution()
FixedCryptoFee(uint256 RubicPart, uint256 integratorPart, address indexed integrator)
FixedCryptoFeeCollected(uint256 amount, address collector)
Initialized(uint8 version)
IntegratorTokenFeeCollected(uint256 amount, address indexed integrator, address token)
Paused(address account)
RequestSent(struct BridgeBaseBaseCrossChainParams parameters)
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)
RubicTokenFeeCollected(uint256 amount, address token)
TokenFee(uint256 RubicPart, uint256 integratorPart, address indexed integrator, address token)
Unpaused(address account)
constructor(uint256 _fixedCryptoFee, uint256 _RubicPlatformFee, address[] _routers, address[] _tokens, uint256[] _minTokenAmounts, uint256[] _maxTokenAmounts)
fallback()
receive()
ApproveFailed()
DifferentAmountSpent()
FeeTooHigh()
MaxMustBeBiggerThanMin()
MinMustBeLowerThanMax()
NotAManager()
NotAnAdmin()
RouterNotAvailable()
ShareTooHigh()
ZeroAddress()
ZeroAmount()