PledgeDeposit
Verified contract
Active on
Ethereum with 131,289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0066…b12b
Balances ($119,112.25)
Native
Value
$84,692.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 26.438841 | $3,203.35 |
$84,692.86 | |
USDT | ERC-20 | 34.385K | $1.001 |
$34,419.38 | |
Zild | ERC-20 | 31.821445K | -- | -- | |
zUSDT | ERC-20 | 19.074993K | -- | -- | |
zZILD | ERC-20 | 18.499436K | -- | -- | |
zETH | ERC-20 | 4.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15021532 | 2 years ago | | | 0 | 0.0018708548 | |
| 15021511 | 2 years ago | | | 0 | 0.0041488597 | |
| 15021503 | 2 years ago | | | 0 | 0.0026118338 | |
| 15021441 | 2 years ago | | | 0 | 0.0048118577 | |
| 15021415 | 2 years ago | | | 0 | 0.0019498928 | |
| 15021386 | 2 years ago | | | 0 | 0.0021363400 | |
| 13357396 | 3 years ago | | | 0 | 0.0037380001 | |
| 13351303 | 3 years ago | | | 0 | 0.0085230682 | |
| 13323976 | 3 years ago | | | 0 | 0.0053400001 | |
| 13320196 | 3 years ago | | | 0 | 0.0028702501 |
ABI
ABI objects
Getter at block 21161583
admin() view returns (address)
0x0000000000000000000000000000000000000000
dev() view returns (address)
0x0000000000000000000000000000000000000000
minDepositBlock() view returns (uint256)
96000
newowner() view returns (address)
0x1b603aa8020b6ac7964717e89b7f2eca1913d613
owner() view returns (address)
0x1b603aa8020b6ac7964717e89b7f2eca1913d613
pledgeBalance() view returns (uint256)
5409713900000000000000
poolLength() view returns (uint256)
7
zild() view returns (address)
0x006699d34aa3013605d468d2755a2fe59a16b12b
Read-only
getUserDepositInfo(address _user, uint256 _poolId, uint256 _depositId) view returns (uint256 _userOrderId, uint256 _depositAmount, uint256 _pledgeAmount, uint256 _depositTime, uint256 _depositBlock, uint256 _expireBlock)
lastUserOrderIdMap(address) view returns (uint256)
poolArray(uint256) view returns (address token, string symbol)
tokenDepositCount(address _user, uint256 _poolId) view returns (uint256)
userDepositMap(uint256, address, uint256) view returns (uint256 userOrderId, uint256 depositAmount, uint256 pledgeAmount, uint256 depositTime, uint256 depositBlock, uint256 expireBlock)
State-modifying
Events addPool(address _token, string _symbol)
burnDeposit(uint256 _userOrderId, uint256 _burnAmount)
deposit(uint256 _userOrderId, uint256 _poolId, uint256 _depositAmount, uint256 _pledgeAmount) payable
setAdmin(address _admin)
setDev(address _dev)
takeOwnership()
transferOwnership(address _newOwner)
updateMinDepositBlock(uint256 _minDepositBlock)
withdraw(uint256 _poolId, uint256 _depositId)
Deposit(address userAddress, uint256 userOrderId, uint256 poolId, string symbol, uint256 depositId, uint256 depositAmount, uint256 pledgeAmount)
NewPool(address addr, string symbol)
UpdateMinDepositBlock(uint256 dblock, address who, uint256 time)
Withdraw(address userAddress, uint256 userOrderId, uint256 poolId, string symbol, uint256 depositId, uint256 depositAmount, uint256 pledgeAmount)
ZildBurnDeposit(address userAddress, uint256 userOrderId, uint256 burnAmount)
constructor(address _zild, address _usdt)
This contract contains no fallback and receive objects.
This contract contains no error objects.