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 |
---|---|---|---|---|---|
Si14 | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20275450 | 4 months ago | | | 0 | 0.00014224052 | |
| 20043113 | 5 months ago | | | 0 | 0.00046988970 | |
| 19070545 | 9 months ago | | | 0 | 0.00095087422 | |
| 18693180 | a year ago | | | 0 | 0.0036412661 | |
| 18378371 | a year ago | | | 0 | 0.00065228317 | |
| 18327094 | a year ago | | | 0 | 0.00034951261 | |
| 18255346 | a year ago | | | 0 | 0.00024324248 | |
| 17920950 | a year ago | | | 0 | 0.0015790947 | |
| 17913404 | a year ago | | | 0 | 0.0013886467 | |
| 17343684 | a year ago | | | 0 | 0.0015657413 |
ABI
ABI objects
Getter at block 21095547
cap() view returns (uint256)
1920000000000000
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
Si14Bet
owner() view returns (address)
0xb297d0045cfcf1a0beaed5e9b01140df2eba596f
symbol() view returns (string)
Si14
totalSupply() view returns (uint256)
1920000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
multiTransfer(address[] to, uint256[] value) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawEther(address _to, uint256 _value)
withdrawTokensApprove(address _token, address _spender, uint256 _value)
withdrawTokensTransfer(address _token, address _to, uint256 _value)
withdrawTokensTransferFrom(address _token, address _from, address _to, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawEther(address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.