Skillchain
Verified contract
Active on
Ethereum with 2,898 txns
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 |
---|---|---|---|---|---|
SKI | ERC-20 | 26.147273K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147787 | 19 days ago | | | 0 | 0.00023406063 | |
| 21145709 | 19 days ago | | | 0 | 0.00064358798 | |
| 21055471 | a month ago | | | 0 | 0.00015348817 | |
| 21050056 | a month ago | | | 0 | 0.00026002512 | |
| 20995824 | a month ago | | | 0 | 0.00037021271 | |
| 20367322 | 4 months ago | | | 0 | 0.00023170917 | |
| 20367314 | 4 months ago | | | 0 | 0.00018261464 | |
| 20367304 | 4 months ago | | | 0 | 0.00024798960 | |
| 20367248 | 4 months ago | | | 0 | 0.00011999369 | |
| 20367243 | 4 months ago | | | 0 | 0.000082647892 |
ABI
ABI objects
Getter at block 21283431
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Skillchain
owner() view returns (address)
0x9bc957e1e029e5853df9894d57a561f11669fe0d
symbol() view returns (string)
SKI
totalSupply() view returns (uint256)
190800000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _tokens, bytes _data) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, uint256 _tokens) returns (bool success)
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 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.