Smart Application Chain
Verified contract
Active on
Ethereum with 14,641 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16291295 | 2 years ago | | | 0 | 0.00095149559 | |
| 16290152 | 2 years ago | | | 0 | 0.00049768129 | |
| 16045373 | 2 years ago | | | 0 | 0.00070474000 | |
| 16045373 | 2 years ago | | | 0 | 0.00070474000 | |
| 16045371 | 2 years ago | | | 0 | 0.00070450000 | |
| 16045371 | 2 years ago | | | 0 | 0.00070450000 | |
| 16045371 | 2 years ago | | | 0 | 0.00080050000 | |
| 16045370 | 2 years ago | | | 0 | 0.00080050000 | |
| 16045370 | 2 years ago | | | 0 | 0.00070450000 | |
| 16045370 | 2 years ago | | | 0 | 0.00070426000 |
ABI
ABI objects
Getter at block 21284737
cfoOfTokenSAC() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Smart Application Chain
symbol() view returns (string)
SAC
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events appointNewcfo(address newcfo) returns (bool)
approve(address _spender, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze) returns (bool)
meltToken(address target, uint256 amount) returns (bool)
mintToken(address target, uint256 amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
FreezeEvent(address target, bool result)
MeltToken(address from, uint256 meltvalue)
MintToken(address to, uint256 mintvalue)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.