Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,735,347.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APEX | ERC-20 | 4.597551M | $1.90 |
$8,735,347.76 | |
esAPEX | ERC-20 | 294.896493K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268431 | 4 hours ago | | | 0 | 0.0010733243 | |
| 21210741 | 8 days ago | | | 0 | 0.0010300554 | |
| 21210706 | 8 days ago | | | 0 | 0.0010212858 | |
| 21177751 | 13 days ago | | | 0 | 0.0023103379 | |
| 21177590 | 13 days ago | | | 0 | 0.00091144569 | |
| 21149202 | 17 days ago | | | 0 | 0.0011205064 | |
| 21130882 | 19 days ago | | | 0 | 0.0024050394 | |
| 21105909 | 23 days ago | | | 0 | 0.00027355889 | |
| 21063098 | a month ago | | | 0 | 0.00069956058 | |
| 21028544 | a month ago | | | 0 | 0.0011232271 |
ABI
ABI objects
Getter at block 21269570
apeXToken() view returns (address)
0x52a8845df664d76c69d2eea607cd793565af42b8
decimals() view returns (uint8)
18
forceWithdrawMinRemainRatio() view returns (uint256)
1666
name() view returns (string)
esApeX
owner() view returns (address)
0xd6709cc6bdfb43e31e5d959ee1b0775923672694
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
esAPEX
totalSupply() view returns (uint256)
4597551450388444196759305
treasury() view returns (address)
0x7751a0938fd7e5d69ba212a0cf31b7e5de7bfc9f
vestTime() view returns (uint256)
15552000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getClaimable(address user, uint256 vestId) view returns (uint256 claimable)
getForceWithdrawable(address user, uint256 vestId) view returns (uint256 withdrawable, uint256 penalty)
getLocking(address user, uint256 vestId) view returns (uint256 locking)
getTotalClaimable(address user, uint256[] vestIds) view returns (uint256 claimable)
getTotalForceWithdrawable(address user, uint256[] vestIds) view returns (uint256 withdrawable, uint256 penalty)
getTotalLocking(address user, uint256[] vestIds) view returns (uint256 locking)
getVestInfo(address user, uint256 vestId) view returns (struct IEsAPEX2VestInfo)
getVestInfosByPage(address user, uint256 offset, uint256 size) view returns (struct IEsAPEX2VestInfo[] vestInfos)
getVestInfosLength(address user) view returns (uint256 length)
isMinter(address) view returns (bool)
userVestInfos(address, uint256) view returns (uint256 startTime, uint256 endTime, uint256 vestAmount, uint256 claimedAmount, bool forceWithdrawn)
State-modifying
Events acceptOwner()
addMinter(address minter)
approve(address spender, uint256 value) returns (bool)
batchForceWithdraw(address to, uint256[] vestIds) returns (uint256 withdrawAmount, uint256 penalty)
batchWithdraw(address to, uint256[] vestIds, uint256[] amounts)
forceWithdraw(address to, uint256 vestId) returns (uint256 withdrawAmount, uint256 penalty)
mint(address to, uint256 amount) returns (bool)
removeMinter(address minter)
setPendingOwner(address newPendingOwner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
updateForceWithdrawMinRemainRatio(uint256 newRatio)
updateTreasury(address newTreasury)
updateVestTime(uint256 newVestTime)
vest(uint256 amount)
withdraw(address to, uint256 vestId, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
ForceWithdraw(address indexed user, address indexed to, uint256 withdrawAmount, uint256 penalty, uint256 vestId)
ForceWithdrawMinRemainRatioChanged(uint256 oldRatio, uint256 newRatio)
NewOwner(address indexed oldOwner, address indexed newOwner)
NewPendingOwner(address indexed oldPendingOwner, address indexed newPendingOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Vest(address indexed user, uint256 amount, uint256 endTime, uint256 vestId)
VestTimeChanged(uint256 oldVestTime, uint256 newVestTime)
Withdraw(address indexed user, address indexed to, uint256 amount, uint256 vestId)
constructor(address owner_, address apeXToken_, address treasury_, uint256 vestTime_, uint256 forceWithdrawMinRemainRatio_)
This contract contains no fallback and receive objects.
This contract contains no error objects.