Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Sodatsu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20861069 | a month ago | | | 0 | 0.00027456086 | |
| 20756678 | 2 months ago | | | 0 | 0.000078607187 | |
| 20756677 | 2 months ago | | | 0 | 0.000080752094 | |
| 20381274 | 3 months ago | | | 0 | 0.00014864819 | |
| 19910272 | 6 months ago | | | 0 | 0.00011384815 | |
| 19910268 | 6 months ago | | | 0 | 0.000099587581 | |
| 19910219 | 6 months ago | | | 0 | 0.00020449247 | |
| 19785018 | 6 months ago | | | 0 | 0.00015475797 | |
| 19483778 | 7 months ago | | | 0 | 0.0016543529 | |
| 19344631 | 8 months ago | | | 0 | 0.0021805366 |
ABI
ABI objects
Getter at block 21120529
FeeAddress() view returns (address)
0xeeea4e4961d20021de36733bf66b33d91a3f7bc2
burnFee() view returns (uint256)
0
decimals() view returns (uint256)
18
name() view returns (string)
Sodatsu
owner() view returns (address)
0xff1b8770501a2ce0e0a2fc1ae3d0e13bf441ab1b
symbol() view returns (string)
SODATSU
totalSupply() view returns (uint256)
22222222000000000000000000
txFee() view returns (uint256)
10
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
excludeFromFees(address account, bool excluded) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.