EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 397 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($384,472.15)
Native
Value
$384,472.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 98.232994 | $3,913.88 |
$384,472.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21340982 | 8 days ago | | | 0.026007 | 0.0023988546 | |
| 21329461 | 10 days ago | | | 4.0082175 | 0.0033171807 | |
| 21296889 | 14 days ago | | | 1.97 | 0.0013862332 | |
| 21293237 | 15 days ago | | | 1.99 | 0.0017020477 | |
| 21293180 | 15 days ago | | | 0.42 | 0.0018142894 | |
| 21289399 | 15 days ago | | | 0.738329 | 0.0011300734 | |
| 21275209 | 17 days ago | | | 0.433586 | 0.0010241528 | |
| 21274298 | 17 days ago | | | 0.545172 | 0.0016100509 | |
| 21271204 | 18 days ago | | | 0.5 | 0.0011793535 | |
| 21255803 | 20 days ago | | | 0.2456 | 0.0013027353 |
ABI
ABI objects
Getter at block 21398540
owner() view returns (address)
0x2a6619c2d388dbdfb473ebeb7e5b057283ccb3b0
adapter() view returns (address)
0x28c3ec13075801c96d109f815aee45303d5dc2dd
admin() view returns (address)
0x2a6619c2d388dbdfb473ebeb7e5b057283ccb3b0
balance() view returns (uint256)
97989703141658506342
executor() view returns (address)
0xa106a0e6bdd7aad579c55b7a64956fe274d649db
feeChainId() view returns (uint16)
1
feeRecipient() view returns (string)
3PMUK2BcYNLGgx82oJJu79feDSPgxChSGaw
fees() view returns (uint256)
243290379960809658
isPaused() view returns (bool)
false
pauser() view returns (address)
0x2a6619c2d388dbdfb473ebeb7e5b057283ccb3b0
Read-only
supportsInterface(bytes4 id) view returns (bool)
bindings(uint128) view returns (string executionAsset, uint256 minAmount, uint256 minFee, uint256 thresholdFee, uint128 beforePercentFee, uint128 afterPercentFee, bool enabled)
chains(uint128) view returns (bool)
referrersFeeInPercent(uint128, string) view returns (uint128)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
init(address admin_, address adapter_, uint16 feeChainId_, string feeRecipient_, address executor_, bytes32 callerContract_)
lockTokens(uint16 executionChainId_, string recipient_, string referrer_, uint256 gaslessReward_) payable
pause()
releaseTokens(bytes32 callerContract_, address recipient_, uint256 amount_, uint256 gaslessReward_)
transferFee()
unpause()
updateAdmin(address admin_)
updateBindingInfo(uint16 executionChainId_, string executionAsset_, uint256 minAmount_, uint256 minFee_, uint256 thresholdFee_, uint128 beforePercentFee_, uint128 afterPercentFee_, bool enabled_)
updateCallerContract(bytes32 callerContract_)
updateExecutionChain(uint128 executionChainId_, bool enabled)
updateFeeChain(uint16 feeChainId_)
updateFeeRecipient(string feeRecipient_)
updatePauser(address pauser_)
updateReferrer(uint128 executionChainId_, string referrer_, uint128 percentFee_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
AdminUpdated(address sender, address oldAdmin, address admin)
CallerContractUpdated(bytes32 executorContract, address caller)
ExecutionChainUpdated(uint128 feeChainId, address caller)
Fee(uint16 feeChainId, uint256 amount, string recipient)
FeeChainUpdated(uint128 feeChainId, address caller)
FeeRecipientUpdated(string feeRecipient, address caller)
LockTokens(uint16 feeChainId, uint256 amount, string recipient, uint256 gaslessReward, string referrer, uint256 referrerFee, uint256 fee)
Paused(address account)
PauserUpdated(address sender, address oldPauser, address pauser)
ReferrerFeeUpdated(uint128 chainId, string referrer, uint128 feeInPercent)
ReleaseTokens(uint256 amount, address recipient, uint256 gaslessReward, address caller)
SignerUpdated(address caller, address oldSigner, address signer)
Unpaused(address account)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
receive()
This contract contains no error objects.