SOT token
Verified contract
Active on
Ethereum with 24,704 txns
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 |
---|---|---|---|---|---|
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583575 | 2 years ago | | | 0 | 0.0017481463 | |
| 13466397 | 3 years ago | | | 0 | 0.0025107936 | |
| 12623756 | 3 years ago | | | 0 | 0.00012141000 | |
| 12580479 | 3 years ago | | | 0 | 0.00020235000 | |
| 12578777 | 3 years ago | | | 0 | 0.00035235000 | |
| 11749568 | 4 years ago | | | 0 | 0.0014361000 | |
| 11743792 | 4 years ago | | | 0 | 0.0027254500 | |
| 11743792 | 4 years ago | | | 0 | 0.0037746100 | |
| 11743467 | 4 years ago | | | 0 | 0.0016275800 | |
| 11743441 | 4 years ago | | | 0 | 0.0025697101 |
ABI
ABI objects
Getter at block 21285832
decimals() view returns (uint8)
18
name() view returns (string)
SOT token
owner() view returns (address)
0xe3da64a0699df74ceec5c97988e72bc6bd6a7da8
symbol() view returns (string)
SOT
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events AC(uint256 initialSupply, string tokenName, string tokenSymbol, address holder)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.