ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 139 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 48 additional slots
6 additional
variables
Balances ($4.54)
Native
Value
$4.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001086 | $3,909.96 |
$4.25 | |
USDC | ERC-20 | 0.28287 | $0.999796 |
$0.28 | |
USDT | ERC-20 | 0.007194 | $1.00 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17181880 | 2 years ago | | | 0 | 0.0046873317 | |
| 17181877 | 2 years ago | | | 0 | 0.0043796040 | |
| 16725002 | 2 years ago | | | 0 | 0.00092138300 | |
| 16724997 | 2 years ago | | | 0.00056136 | 0.00099982815 | |
| 16724876 | 2 years ago | | | 0.00061395 | 0.00096746617 | |
| 16723894 | 2 years ago | | | 0 | 0.0014305236 | |
| 16723776 | 2 years ago | | | 0.00061275 | 0.00090860566 | |
| 16723742 | 2 years ago | | | 0.0005 | 0.0021492306 | |
| 16723676 | 2 years ago | | | 0.0006128 | 0.0010153707 | |
| 16723609 | 2 years ago | | | 0.00061286 | 0.0012557242 |
ABI
ABI objects
Getter at block 21393381 proxiableUUID() view returns (bytes32)
chkGasFee() view returns (uint256)
1000000000000000
gasFee() view returns (uint256)
1000000000000000
gasFeeAddress() view returns (address)
0x84a968d899991e0d1414846a18d9a5893edbf5ed
gasFeeAmount() view returns (uint256)
500000000000000
getGasFeeAddress() view returns (address)
0x84a968d899991e0d1414846a18d9a5893edbf5ed
getGasFeeAmount() view returns (uint256)
500000000000000
getPipFeeAddress() view returns (address)
0x84a968d899991e0d1414846a18d9a5893edbf5ed
getPipFeeRatio() view returns (uint256)
1
owner() view returns (address)
0xfa3bd1a67d76d7995d8abb3fc291e5c9ee8da6d3
pipFeeAddress() view returns (address)
0x84a968d899991e0d1414846a18d9a5893edbf5ed
pipFeeRatio() view returns (uint256)
1
Read-only
_calculateFeeAmount(uint256 tipAmount, uint256 feeRatio, uint8 decimals) pure returns (uint256)
chkEscrowBalance(address token) view returns (uint256)
chkPipFee(address token) view returns (uint256)
escrowBalances(address) view returns (uint256)
getTokenDecimals(address token) view returns (uint8)
getTokenWhitelist(address token) view returns (bool)
pipFees(address) view returns (uint256)
tokenDecimals(address) view returns (uint8)
tokenWhitelist(address) view returns (bool)
State-modifying
Events initialize()
receiveNative(uint256 isEscrow, address recipient, uint256 amount, uint256 serviceFee, uint256 escrowGas) payable
receiveNativeByPipService(address recipient, uint256 amount, string payload) payable
receiveToken(uint256 isEscrow, address token, address recipient, uint256 amount, uint256 serviceFee, uint256 escrowGas) payable
receiveTokenByPipService(address token, address recipient, uint256 amount, string payload)
renounceOwnership()
sendEscrow(address token, address to, uint256 amount)
setGasFeeAddress(address feeAddress)
setGasFeeAmount(uint256 feeAmount)
setPipFeeAddress(address feeAddress)
setPipFeeRatio(uint256 ratio)
setTokenDecimals(address token, uint8 decimals)
setTokenWhitelist(address token, bool value)
transfer(bool isEscrow, address recipient, address token, uint256 amount, uint256 serviceFee, uint256 escrowGas, string payload) payable
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawGasFee(uint256 amount)
withdrawPipFee(address token, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
FeeAddressChanged(string feeType, address indexed prevAddr, address indexed newAddr)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PipService(address indexed toContract, address indexed from, address indexed to, uint256 amount, string payload)
ReceiveAsset(string receiveType, address indexed toContract, address indexed recipient, uint256 sendAmount, uint256 feeAmount, uint256 gasAmount)
SendAsset(string sendType, address toContract, address indexed from, address indexed to, uint256 amount)
SendDirect(string sendMsg, address indexed toContract, address indexed from, address indexed to, uint256 tipAmount, uint256 feeAmount)
Transfer(string transferType, address indexed sender, address indexed receiver, address token, uint256 amount, uint256 serviceFee, uint256 escrowGas, string payload)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.