Smart Application Chain
Verified contract
Active on
Ethereum with 13,315 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENJ | ERC-20 | 1 | $0.168871 |
$0.17 | |
C4Y | ERC-20 | 4.8K | -- | -- | |
AUSC | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12102742 | 4 years ago | | | 0 | 0.0089643321 | |
| 11611624 | 4 years ago | | | 0 | 0.023334048 | |
| 11611622 | 4 years ago | | | 0 | 0.0064823000 | |
| 9960797 | 5 years ago | | | 0 | 0.0011707800 | |
| 9628609 | 5 years ago | | | 0 | 0.00035145005 | |
| 9469323 | 5 years ago | | | 0 | 0.00054050000 | |
| 9388936 | 5 years ago | | | 0 | 0.00011700600 | |
| 9087246 | 5 years ago | | | 0 | 0.0025359100 | |
| 9087165 | 5 years ago | | | 0 | 0.0033090925 | |
| 8783293 | 5 years ago | | | 0 | 0.000037242000 |
ABI
ABI objects
Getter at block 21161190
decimals() view returns (uint8)
18
name() view returns (string)
Smart Application Chain
symbol() view returns (string)
SAC
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
_frozen(address) view returns (bool)
allowance(address src, address dst) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events appointNewCFO(address newCFO) returns (bool)
approve(address dst, uint256 wad) returns (bool)
freeze(address dst, bool flag) returns (bool)
melt(address dst, uint256 wad) returns (bool)
mint(address dst, uint256 wad) returns (bool)
postMessage(address dst, uint256 wad, string data) returns (bool)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
FreezeEvent(address indexed dst, bool flag)
MeltEvent(address indexed dst, uint256 wad)
MintEvent(address indexed dst, uint256 wad)
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.