Balances ($0.00)
No balances found for "TOSHI SHARE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2579702 | a year ago | | | 0 | 0.000046550003 | |
| 2526527 | a year ago | | | 0 | 0.0000047015533 | |
| 2504272 | a year ago | | | 0 | 0.0000093100000 | |
| 2473338 | a year ago | | | 0 | 0.0000053300000 | |
| 2473090 | a year ago | | | 0 | 0.0000093100000 | |
| 2472424 | a year ago | | | 0 | 0.0000093100000 | |
| 2472363 | a year ago | | | 0 | 0.000056882100 | |
| 2472293 | a year ago | | | 0 | 0.0000030530000 | |
| 2467076 | a year ago | | | 0 | 0.000074480000 |
ABI
ABI objects
Getter at block 23271521
FARMING_POOL_REWARD_ALLOCATION() view returns (uint256)
50000000000000000000000
INITIAL_ALLOCATION() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
TOSHI SHARE
operator() view returns (address)
0x7df8e973df6a7b51d7befa9595a624fa5b43ef22
owner() view returns (address)
0x1a9583feef1859e3eb0902fde7030378c2e1fd01
rewardPoolDistributed() view returns (bool)
false
symbol() view returns (string)
TOSHARE
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeReward(address _farmingIncentiveFund)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.