Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,397.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLOT | ERC-20 | 210.120983K | $0.006076 |
$1,276.65 | |
DAI | ERC-20 | 82 | $1.00 |
$82 | |
USDT | ERC-20 | 38.975594 | $1.00 |
$38.98 | |
ZYRO | ERC-20 | 160 | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274628 | 2 days ago | | | 0 | 0.00047710065 | |
| 21263393 | 3 days ago | | | 0 | 0.00044025442 | |
| 21241496 | 6 days ago | | | 0 | 0.00044375214 | |
| 21240725 | 7 days ago | | | 0 | 0.00030862813 | |
| 21230505 | 8 days ago | | | 0 | 0.00092550945 | |
| 21226415 | 9 days ago | | | 0 | 0.00048563386 | |
| 21220069 | 9 days ago | | | 0 | 0.00032615458 | |
| 21219978 | 9 days ago | | | 0 | 0.00053474768 | |
| 21216944 | 10 days ago | | | 0 | 0.00085861541 | |
| 21209359 | 11 days ago | | | 0 | 0.00055591572 |
ABI
ABI objects
Getter at block 21287886
decimals() view returns (uint8)
18
name() view returns (string)
PLOT
operator() view returns (address)
0x12d7053efc680ba6671f8cb96d1421d906ce3de2
symbol() view returns (string)
PLOT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isLockedForGV(address _of) view returns (bool)
lockedForGV(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address from, uint256 value)
changeOperator(address _newOperator) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockForGovernanceVote(address _of, uint256 _period)
mint(address account, uint256 amount) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, address _initialTokenHolder)
This contract contains no fallback and receive objects.
This contract contains no error objects.