Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARSUv2 | ERC-20 | 308.593959K | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12885808 | 3 years ago | | | 0 | 0.0011603250 | |
| 12885760 | 3 years ago | | | 0 | 0.0014387220 | |
| 12885519 | 3 years ago | | | 0 | 0.0018565200 | |
| 12859232 | 3 years ago | | | 0 | 0.0018942600 | |
| 12750563 | 3 years ago | | | 0 | 0.0010390400 | |
| 12718076 | 3 years ago | | | 0 | 0.00061915200 | |
| 12617251 | 3 years ago | | | 0 | 0.0018252960 | |
| 12616898 | 3 years ago | | | 0 | 0.00072762200 | |
| 12557781 | 3 years ago | | | 0 | 0.0025078800 | |
| 12534279 | 3 years ago | | | 0 | 0.0031923990 |
ABI
ABI objects
Getter at block 21203752
_owner() view returns (address)
0x0ac8f269ed3f8ad1bd6d52866d0bf98838b7257f
decimals() view returns (uint8)
9
getUnitsPerToken() view returns (uint256)
1999999999997034125
lockEnabled() view returns (bool)
true
lockingEnabledTime() view returns (uint256)
1605320796
name() view returns (string)
ArsuV2
symbol() view returns (string)
ARSUv2
thirdPartyTokenAddress() view returns (address)
0xc50e9008b0a7de244db3d45f98c7463321ea9838
tokensCurrent() view returns (uint256)
16130058699239331082650843748222762021293182284562873144705
totalRewardsGivenTPT() view returns (uint256)
14415202142659670131217616470587078289116456530272654462648908139259081261056
totalSupply() view returns (uint256)
16130058699239331082650843748222762021293182284562873144705
totalValueTPT() view returns (uint256)
1544819339972
twinAddress() view returns (address)
0x18d0d5ab631a8be9343d8b650335bba50553adad
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
getLockedTokens(address addr) view returns (uint256)
getRewardTokens(address addr, uint256 time) view returns (uint256)
getRewardTokensTPT(address addr, uint256 time) view returns (uint256)
locked(address) view returns (uint256 amount, bytes16 percentSupplyLocked, uint256 unlockTime, bool punishmentFlag, uint256 confirmedReward, bytes16 supplyWhenLastModified)
lockedTPT(address) view returns (uint256 amount, uint256 value, uint256 unlockTime, bool punishmentFlag, uint256 confirmedReward, bytes16 supplyWhenLastModified)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeOwner(address addr) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableLocking() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 amount, uint256 duration) returns (bool)
lockTPT(uint256 amount, uint256 duration) returns (bool)
mint(address unlocker, uint256 unlockAmount) returns (bool)
rebase(int256 supplyDelta) returns (uint256)
setTPT(address addr) returns (bool)
setTwin(address addr) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unlock() returns (bool success)
unlockTPT() returns (bool success)
updatePosition(int256 amountDelta, int256 durationDelta) returns (bool)
updatePositionTPT(int256 amountDelta, int256 durationDelta) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ChangeOwner(address newOwner)
EnableLock()
Lock(address locker, uint256 lockAmount, uint256 duration)
LockTPT(address locker, uint256 lockAmount, uint256 duration)
Mint(address mintee, uint256 amount)
RebaseEvent(int256 supplyDelta)
SetTPT(address tptAddress)
SetTwin(address twinAddress)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unlock(address unlocker)
UnlockTPT(address unlocker)
UpdatePosition(address updater, int256 amountDelta, int256 timeDelta)
UpdatePositionTPT(address updater, int256 amountDelta, int256 timeDelta)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.