Smilecoin
Verified contract
Active on
Ethereum with 17,128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SC | ERC-20 | 50K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16248122 | 2 years ago | | | 0 | 0.00054413839 | |
| 16034983 | 2 years ago | | | 0 | 0.00054597627 | |
| 15610416 | 2 years ago | | | 0 | 0.00023301713 | |
| 12609027 | 3 years ago | | | 0 | 0.00041348000 | |
| 12074633 | 4 years ago | | | 0 | 0.0043074431 | |
| 11064567 | 4 years ago | | | 0 | 0.0012668951 | |
| 10988434 | 4 years ago | | | 0 | 0.0014732178 | |
| 10865286 | 4 years ago | | | 0 | 0.0075945375 | |
| 10797602 | 4 years ago | | | 0 | 0.0018428142 | |
| 10748701 | 4 years ago | | | 0 | 0.0034301990 |
ABI
ABI objects
Getter at block 21188123
decimals() view returns (uint256)
18
name() view returns (string)
Smilecoin
symbol() view returns (string)
SC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.