Deposit
Verified contract
Active on
Ethereum with 93,847 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.037984 | $1.002 |
$4.05 | |
TUBE2 | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243801 | a minute ago | | | 0 | 0.0045008223 | |
| 21243790 | 3 minutes ago | | | 0 | 0.0058260575 | |
| 21243786 | 4 minutes ago | | | 0 | 0.0047237948 | |
| 21243777 | 6 minutes ago | | | 0 | 0.0047500226 | |
| 21243768 | 8 minutes ago | | | 0 | 0.0045656076 | |
| 21243768 | 8 minutes ago | | | 0 | 0.0041753406 | |
| 21243753 | 11 minutes ago | | | 0 | 0.0043012007 | |
| 21243750 | 11 minutes ago | | | 0 | 0.0041426478 | |
| 21243745 | 12 minutes ago | | | 0 | 0.0041593650 | |
| 21243724 | 17 minutes ago | | | 0 | 0.0045906303 |
ABI
ABI objects
Getter at block 21243805 getBeneficiaries() view returns (address[])
allOrderId() view returns (uint256)
93652
owner() view returns (address)
0x985ba524b8570ebea6afa8b113a5f2bba10fdb27
Read-only
allOrders(uint256) view returns (address owner, address beneficiaryAddr, uint256 orderId, uint256 orderDate, uint256 amount, uint256 tokenType, string account)
getTokensType(uint256 index) view returns (address)
tokens(uint256) view returns (address)
totalDeposited(uint256) view returns (uint256)
State-modifying
Events addBeneficiary(address _beneficiary)
addTokensType(address _token)
deposit(uint256 _amt, string _account, uint256 _tokenType)
renounceOwnership()
transferOwnership(address newOwner)
DepositToken(address owner, uint256 orderId, uint256 amount, uint256 tokenType, string account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)