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 |
---|---|---|---|---|---|
Tosa | ERC-20 | 599.443316M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19152059 | 9 months ago | | | 0 | 0.00032000268 | |
| 19113738 | 9 months ago | | | 0 | 0.00051075563 | |
| 18188406 | a year ago | | | 0 | 0.00048012668 | |
| 18188380 | a year ago | | | 0 | 0.00067428583 | |
| 18150108 | a year ago | | | 0 | 0.00051221500 | |
| 17736638 | a year ago | | | 0 | 0.0016483064 | |
| 17051685 | 2 years ago | | | 0 | 0.00058313774 | |
| 16667592 | 2 years ago | | | 0 | 0.00080747237 | |
| 16664651 | 2 years ago | | | 0 | 0.0010880311 | |
| 16548986 | 2 years ago | | | 0 | 0.0015165549 |
ABI
ABI objects
Getter at block 21181204
decimals() view returns (uint8)
18
name() view returns (string)
Tosa
owner() view returns (address)
0xdf9fa5ec7c79c126a089d3c01f4897b25c06e4a8
symbol() view returns (string)
Tosa
totalFees() view returns (uint256)
1802493031973563263312859918974
totalSupply() view returns (uint256)
10000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.