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 |
---|---|---|---|---|---|
AZIZv2 | ERC-20 | 439.300252K | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12885760 | 3 years ago | | | 0 | 0.0014370210 | |
| 12885520 | 3 years ago | | | 0 | 0.0018565200 | |
| 12859270 | 3 years ago | | | 0 | 0.0029972480 | |
| 12750563 | 3 years ago | | | 0 | 0.0010391800 | |
| 12661777 | 3 years ago | | | 0 | 0.00085815400 | |
| 12645057 | 3 years ago | | | 0 | 0.0016129600 | |
| 12645023 | 3 years ago | | | 0 | 0.00076642000 | |
| 12617251 | 3 years ago | | | 0 | 0.0018240960 | |
| 12616895 | 3 years ago | | | 0 | 0.00072714600 | |
| 12557781 | 3 years ago | | | 0 | 0.0019231680 |
ABI
ABI objects
Getter at block 21203718
_owner() view returns (address)
0x0ac8f269ed3f8ad1bd6d52866d0bf98838b7257f
decimals() view returns (uint8)
9
getUnitsPerToken() view returns (uint256)
2000000000010851994
lockEnabled() view returns (bool)
true
lockingEnabledTime() view returns (uint256)
1605320813
name() view returns (string)
AzizosV2
symbol() view returns (string)
AZIZv2
thirdPartyTokenAddress() view returns (address)
0xdab7e3ee355cd306cb806db6cce0c157e1d300bd
tokensCurrent() view returns (uint256)
16701531083570152210930393406334479444012207367608604866128
totalRewardsGivenTPT() view returns (uint256)
14948689041496135819869774131382768915086325227942183626749884186845450862592
totalSupply() view returns (uint256)
16701531083570152210930393406334479444012207367608604866128
totalValueTPT() view returns (uint256)
1252549409928
twinAddress() view returns (address)
0xbb586dda90cbfe82f486e98372ecb558f9a5a4b9
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.