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 |
---|---|---|---|---|---|
PLUS | ERC-20 | 112.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21093394 | 15 days ago | | | 0 | 0.00082641993 | |
| 21090851 | 15 days ago | | | 0 | 0.00020618318 | |
| 21090570 | 15 days ago | | | 0 | 0.00026796754 | |
| 21081942 | 17 days ago | | | 0 | 0.00037326950 | |
| 20960155 | a month ago | | | 0 | 0.00040377522 | |
| 20868764 | 2 months ago | | | 0 | 0.00066620170 | |
| 20788405 | 2 months ago | | | 0 | 0.00035729544 | |
| 20785897 | 2 months ago | | | 0 | 0.0017007124 | |
| 20741396 | 2 months ago | | | 0 | 0.00068836000 | |
| 20731325 | 2 months ago | | | 0 | 0.00010601017 |
ABI
ABI objects
Getter at block 21200494
decimals() view returns (uint8)
18
name() view returns (string)
PLUS
owner() view returns (address)
0x32ced9a5acfb270eedb3b14ee3876cbafb33cc28
symbol() view returns (string)
PLUS
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256 balance)
balanceOfTotal(address holder) view returns (uint256 balance)
lockInfo(address locked, uint256 index) view returns (uint256 releaseTime, uint256 amount)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoUnlock(address from) returns (bool success)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
releaseLock(address from) returns (bool success)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
unlock(address from, uint256 idx) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed from, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.