Deposit
Verified contract
Active on
Ethereum with 66,626 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0066…b12b
Balances ($25,748.36)
Native
Value
$21,432.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.7 | $3,198.81 |
$21,432.03 | |
USDT | ERC-20 | 4.317408K | $0.999751 |
$4,316.33 | |
Zild | ERC-20 | 1.148407M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13205015 | 3 years ago | | | 0 | 0.0027904643 | |
| 13203804 | 3 years ago | | | 0 | 0.0030900000 | |
| 13065498 | 3 years ago | | | 0 | 0.0013533770 | |
| 13062692 | 3 years ago | | | 0 | 0.0033174689 | |
| 13009903 | 3 years ago | | | 0 | 0.0052188608 | |
| 13009903 | 3 years ago | | | 1 | 0.0060991445 | |
| 13009855 | 3 years ago | | | 0 | 0.0048446946 | |
| 13009832 | 3 years ago | | | 0 | 0.0056136606 | |
| 12907672 | 3 years ago | | | 0 | 0.0014236770 | |
| 12881647 | 3 years ago | | | 0 | 0.00042474000 |
ABI
ABI objects
Getter at block 21157760
admin() view returns (address)
0x1b603aa8020b6ac7964717e89b7f2eca1913d613
changeDepositTime() view returns (uint256)
0
depositBlock() view returns (uint256)
78000
depositBlockChange() view returns (uint256)
0
dev() view returns (address)
0x0000000000000000000000000000000000000000
ethTotalDeposit() view returns (uint256)
6700000000000000000
needChangeTime() view returns (bool)
false
newowner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xfc96e922f8e73a2effecee10c30c2d82c47d7e44
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
usdtTotalDeposit() view returns (uint256)
1247408000
zild() view returns (address)
0x006699d34aa3013605d468d2755a2fe59a16b12b
zildTotalDeposit() view returns (uint256)
1148403279028936331000085
Read-only
DepositETHAmount(address _user) view returns (uint256)
DepositETHCount(address _user) view returns (uint256)
DepositUSDTAmount(address _user) view returns (uint256)
DepositUSDTCount(address _user) view returns (uint256)
DepositZILDAmount(address _user) view returns (uint256)
DepositZILDCount(address _user) view returns (uint256)
eth_deposit(address, uint256) view returns (uint256 id, address depositor, string coinType, uint256 amount, uint256 depositTime, uint256 depositBlock, uint256 ExpireBlock)
usdt_deposit(address, uint256) view returns (uint256 id, address depositor, string coinType, uint256 amount, uint256 depositTime, uint256 depositBlock, uint256 ExpireBlock)
user_ethdeposit_amount(address) view returns (uint256)
user_usdtdeposit_amount(address) view returns (uint256)
user_zilddeposit_amount(address) view returns (uint256)
zild_deposit(address, uint256) view returns (uint256 id, address depositor, string coinType, uint256 amount, uint256 depositTime, uint256 depositBlock, uint256 ExpireBlock)
State-modifying
Events depositETH() payable returns (uint256)
depositUSDT(uint256 _amount) returns (uint256)
depositZILD(uint256 _amount) returns (uint256)
effectblockchange()
setAdmin(address _admin)
setDev(address _dev)
setdepositblock(uint256 _block)
takeOwnership()
transferOwnership(address _newOwner)
withdrawEth(uint256 _deposit_id) returns (bool)
withdrawUSDT(uint256 _deposit_id) returns (bool)
withdrawZILD(uint256 _deposit_id) returns (bool)
DepositETH(address indexed from, uint256 depid, uint256 damount, uint256 bblock, uint256 eblock, uint256 time)
DepositUSDT(address indexed from, uint256 depid, uint256 damount, uint256 bblock, uint256 eblock, uint256 time)
DepositZILD(address indexed from, uint256 depid, uint256 damount, uint256 bblock, uint256 eblock, uint256 time)
EffectDepositBlock(uint256 dblock, address indexed who, uint256 time)
SetDepositBlock(uint256 dblock, address indexed who, uint256 time)
WithdrawETH(address indexed to, uint256 damount, uint256 time)
WithdrawUSDT(address indexed to, uint256 damount, uint256 time)
WithdrawZILD(address indexed to, uint256 damount, uint256 time)
constructor(address _usdt, address _zild)
This contract contains no fallback and receive objects.
This contract contains no error objects.