Skillsh Token
Verified contract
Active on
Ethereum with 206 txns
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 "Skillsh Token "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13497337 | 3 years ago | | | 0 | 0.0034660735 | |
| 13497324 | 3 years ago | | | 0 | 0.0077662004 | |
| 13395418 | 3 years ago | | | 0 | 0.0024661769 | |
| 13395258 | 3 years ago | | | 0 | 0.0032306348 | |
| 13395243 | 3 years ago | | | 0 | 0.0054391246 | |
| 13395237 | 3 years ago | | | 0 | 0.0028478181 | |
| 13395225 | 3 years ago | | | 0 | 0.0033397799 | |
| 13395085 | 3 years ago | | | 0 | 0.0061385221 | |
| 12642658 | 3 years ago | | | 0 | 0.00055167000 | |
| 12642583 | 3 years ago | | | 0 | 0.00077667000 |
ABI
ABI objects
Getter at block 21305873
InitialSupply() view returns (uint256)
50000000000000000
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Skillsh Token
owner() view returns (address)
0x005ac35528a4310f5a4b08045e6974d4cd7901e4
symbol() view returns (string)
SLS
totalSupply() view returns (uint256)
50000000000000000
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.