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 |
---|---|---|---|---|---|
SML | ERC-20 | 98.187836K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20778055 | 2 months ago | | | 0 | 0.00056705260 | |
| 20653202 | 3 months ago | | | 0 | 0.000040275213 | |
| 20395578 | 4 months ago | | | 0 | 0.000060948769 | |
| 20257935 | 4 months ago | | | 0 | 0.00012860690 | |
| 19816341 | 6 months ago | | | 0 | 0.00031122369 | |
| 19769522 | 7 months ago | | | 0 | 0.00069901677 | |
| 19650858 | 7 months ago | | | 0 | 0.00049986520 | |
| 19603306 | 7 months ago | | | 0 | 0.00051902099 | |
| 19559300 | 8 months ago | | | 0 | 0.00079432881 | |
| 19460719 | 8 months ago | | | 0 | 0.0010124747 |
ABI
ABI objects
Getter at block 21224648
decimals() view returns (uint8)
8
name() view returns (string)
Smell Token
symbol() view returns (string)
SML
totalSupply() view returns (uint256)
1200000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isMinter(address _addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _value) returns (bool)
setMinter(address _addr)
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(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.