Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StmToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12458528 | 3 years ago | | | 0 | 0.010257400 | |
| 12391415 | 4 years ago | | | 0 | 0.010257400 | |
| 9999071 | 5 years ago | | | 0 | 0.00017020000 | |
| 9999061 | 5 years ago | | | 0 | 0.00072550000 | |
| 9803595 | 5 years ago | | | 0 | 0.000039784255 | |
| 9803592 | 5 years ago | | | 0 | 0.00072550000 | |
| 9791651 | 5 years ago | | | 0 | 0.00010637500 | |
| 9791565 | 5 years ago | | | 0 | 0.00013059000 | |
| 9757483 | 5 years ago | | | 0 | 0.000042550000 | |
| 9757467 | 5 years ago | | | 0 | 0.00072550000 |
ABI
ABI objects
Getter at block 21179780
InitialSupply() view returns (uint256)
45000000
decimals() view returns (uint8)
0
mintingFinished() view returns (bool)
false
name() view returns (string)
StmToken
owner() view returns (address)
0x28c543d8ce1acce707445a3152305f7b5daad6d9
symbol() view returns (string)
STM
totalSupply() view returns (uint256)
45000000
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 indexed value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.