SMSCodes
Verified contract
Active on
Ethereum with 1,309 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 |
---|---|---|---|---|---|
USDT | ERC-20 | 45 | $1.001 |
$45.04 | |
SMSCT | ERC-20 | 1.877K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170054 | 6 days ago | | | 0 | 0.00081378315 | |
| 21156507 | 8 days ago | | | 0 | 0.00053531543 | |
| 20716918 | 2 months ago | | | 0 | 0.00021152972 | |
| 20504346 | 3 months ago | | | 0 | 0.00010396190 | |
| 19246525 | 9 months ago | | | 0 | 0.00082665600 | |
| 19018148 | 10 months ago | | | 0 | 0.0012396960 | |
| 19018146 | 10 months ago | | | 0 | 0.0012394080 | |
| 19018144 | 10 months ago | | | 0 | 0.0011880420 | |
| 19018136 | 10 months ago | | | 0 | 0.0011880420 | |
| 19018135 | 10 months ago | | | 0 | 0.0011883180 |
ABI
ABI objects
Getter at block 21211252
decimals() view returns (uint8)
0
name() view returns (string)
SMSCodes
symbol() view returns (string)
SMSCT
totalSupply() view returns (uint256)
100000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.