InstantProxy
Verified contract
Active on
Ethereum with 411 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
0x3330…d723
Balances ($0.00)
No balances found for "InstantProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16260780 | 2 years ago | | | 0.00084599506 | 0.0030511814 | |
| 16259453 | 2 years ago | | | 0.00084599506 | 0.0026542956 | |
| 16257329 | 2 years ago | | | 0.00084599506 | 0.0025155346 | |
| 16257256 | 2 years ago | | | 0.0018459951 | 0.0017586542 | |
| 16257256 | 2 years ago | | | 0.0018459951 | 0.0018481162 | |
| 16256198 | 2 years ago | | | 0.00084599506 | 0.0033431202 | |
| 16253590 | 2 years ago | | | 0.021845995 | 0.0021056285 | |
| 16253276 | 2 years ago | | | 0.00084599506 | 0.0030845543 | |
| 16253196 | 2 years ago | | | 0.080845995 | 0.0021655213 | |
| 16252742 | 2 years ago | | | 0.00084599506 | 0.0035936304 |
ABI
ABI objects
Getter at block 21296466
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
RubicPlatformFee() view returns (uint256)
0
availableRubicCryptoFee() view returns (uint256)
104967434265767679
fixedCryptoFee() view returns (uint256)
845995059388853
maxRubicPlatformFee() view returns (uint256)
250000
paused() view returns (bool)
true
whitelistRegistry() view returns (address)
0x3330ee066fc570d56b4dff6de707c6a2998fd723
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 acceptAdmin()
collectIntegratorFee(address _integrator, address _token)
collectIntegratorFee(address _token)
collectRubicCryptoFee(address _recipient)
collectRubicFee(address _token, address _recipient)
grantRole(bytes32 role, address account)
instantTrade(struct InstantProxyInstantTradesParams _params, bytes _data) payable
instantTradeNative(struct InstantProxyInstantTradesParams _params, bytes _data) payable
pauseExecution()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFixedCryptoFee(uint256 _fixedCryptoFee)
setIntegratorInfo(address _integrator, struct BridgeBaseIntegratorFeeInfo _info)
setMaxRubicPlatformFee(uint256 _maxFee)
setMaxTokenAmount(address _token, uint256 _maxTokenAmount)
setMinTokenAmount(address _token, uint256 _minTokenAmount)
setRubicPlatformFee(uint256 _platformFee)
setWhitelistRegistry(address _newWhitelistRegistry)
sweepTokens(address _token, uint256 _amount, address _recipient)
transferAdmin(address _newAdmin)
unpauseExecution()
AcceptAdmin(address adminShifter, address newAdmin)
DexSwap(struct InstantProxyInstantTradesParams parameters)
FixedCryptoFee(uint256 RubicPart, uint256 integratorPart, address indexed integrator)
FixedCryptoFeeCollected(uint256 amount, address collector)
InitAdminTransfer(address admintShifter, address newAdmin)
Initialized(uint8 version)
IntegratorTokenFeeCollected(uint256 amount, address indexed integrator, address token)
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)
RubicTokenFeeCollected(uint256 amount, address token)
TokenFee(uint256 RubicPart, uint256 integratorPart, address indexed integrator, address token)
Unpaused(address account)
constructor(uint256 _fixedCryptoFee, uint256 _RubicPlatformFee, address[] _tokens, uint256[] _minTokenAmounts, uint256[] _maxTokenAmounts, address _admin, address _whitelistRegistry)
fallback()
receive()
DexNotAvailable()
DifferentAmountSpent()
FeeTooHigh()
MaxMustBeBiggerThanMin()
MinMustBeLowerThanMax()
NotAManager()
NotANativeToken()
NotAnAdmin()
NotPendingAdmin()
ShareTooHigh()
TooFewReceived()
ZeroAddress()
ZeroAmount()
ZeroToken()