Escrow
Verified contract
Active on
Ethereum with 11,305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001957 | $3,444.91 |
$6.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15310142 | 2 years ago | | | 0 | 0.00060570917 | |
| 15310136 | 2 years ago | | | 0 | 0.0012048097 | |
| 15310132 | 2 years ago | | | 0 | 0.0012736701 | |
| 15310129 | 2 years ago | | | 0 | 0.0010599739 | |
| 15310125 | 2 years ago | | | 5.87 | 0.00085713321 | |
| 15310095 | 2 years ago | | | 0 | 0.00039708653 | |
| 15144432 | 2 years ago | | | 0 | 0.0017301812 | |
| 14696151 | 3 years ago | | | 0 | 0.0027140856 | |
| 14696134 | 3 years ago | | | 0.15 | 0.0039056947 | |
| 14670740 | 3 years ago | | | 0 | 0.0029055938 |
ABI
ABI objects
Getter at block 21269189
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x8f52b715ac8c4f8f567f9f04d4c6a041a29f2181
router() view returns (address)
0xd5f0efb60a7279550f6ae77a29b864165966e07f
Read-only
balanceOf(address _owner) view returns (uint256)
ownerToSpender(address) view returns (address)
spenderToOwner(address) view returns (address)
State-modifying
Events buy(address _token, address[] _recipients, uint256[] _amountIns, uint256[] _maxOuts)
deposit() payable
multiSendETH(address[] _recipients, uint256[] _amounts) payable
multiWithdrawETH(address[] _recipients, uint256[] _amounts, uint256 _totalAmount)
renounceOwnership()
sell(address _token, address[] _sellers, uint256[] _amountIns, bool _isPercent)
setRouter(address _router)
setSpender(address _spender)
transferOwnership(address newOwner)
withdraw(address _to, uint256 _amount)
withdrawDustETH(address _to)
withdrawDustToken(address _token, address _to) returns (bool _sent)
Deposit(address _from, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterChanged(address _router)
SpenderUpdated(address _spender)
Withdraw(address _from, address _to, uint256 _amount)
WithdrawDustETH(address _to, uint256 _amount)
WithdrawDustToken(address _token, address _to, uint256 _amount)
constructor(address _WETH)
receive()
This contract contains no error objects.