SharderToken
Verified contract
Active on
Ethereum with 2,108 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 |
---|---|---|---|---|---|
SS | ERC-20 | 3.85K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12282559 | 4 years ago | | | 0 | 0.0043131120 | |
| 10622436 | 4 years ago | | | 0 | 0.0010082640 | |
| 10435862 | 4 years ago | | | 0 | 0.00082208000 | |
| 10132130 | 4 years ago | | | 0 | 0.00058720000 | |
| 10132116 | 4 years ago | | | 0 | 0.00058720000 | |
| 7809117 | 5 years ago | | | 0 | 0.00049360000 | |
| 7401518 | 6 years ago | | | 0 | 0.00046640000 | |
| 7401509 | 6 years ago | | | 0 | 0.000093280000 | |
| 7034288 | 6 years ago | | | 0 | 0.00079288000 | |
| 7034276 | 6 years ago | | | 0 | 0.00046640000 |
ABI
ABI objects
Getter at block 21160615
BASE_RATE() view returns (uint256)
20719
CONTRIBUTION_MAX() view returns (uint256)
5000000000000000000
CONTRIBUTION_MIN() view returns (uint256)
100000000000000000
DECIMALS() view returns (uint256)
18
HARD_CAP() view returns (uint256)
1500000000000000000000
NAME() view returns (string)
Sharder Storage
SOFT_CAP() view returns (uint256)
1000000000000000000000
SYMBOL() view returns (string)
SS
admin() view returns (address)
0xc2de6cfad38bc531efcbf4ec8629bea87c37e677
owner() view returns (address)
0x0ccd99e187be0a242d95b2d798fc878522bb0b6a
price() view returns (uint256 tokens)
20719000000000000000000
saleEndAtBlock() view returns (uint256)
5139428
saleEnded() view returns (bool)
true
saleStartAtBlock() view returns (uint256)
5138650
saleStarted() view returns (bool)
true
soldSS() view returns (uint256)
31116155502865189461006351
totalSupply() view returns (uint256)
350000000000000000000000000
Read-only
accountLockup(address) view returns (bool)
accountLockupTime(address) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
frozenAccounts(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _approveTokensWithDecimal) returns (bool success)
burn(uint256 _burnedTokensWithDecimal) returns (bool success)
burnFrom(address _from, uint256 _burnedTokensWithDecimal) returns (bool success)
closeCrowdsale()
goalAchieved()
issueReserveToken(address recipient, uint256 _issueTokensWithDecimal)
issueToken(address recipient) payable
lockupAccount(address _address, uint256 _lockupSeconds)
setAccountFrozenStatus(address _address, bool _frozenStatus)
setAdmin(address _address)
startCrowdsale(uint256 _saleStartAtBlock)
transfer(address _to, uint256 _transferTokensWithDecimal)
transferFrom(address _from, address _to, uint256 _transferTokensWithDecimal) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
InvalidCaller(address caller)
InvalidState(bytes msg)
Issue(uint256 issueIndex, address addr, uint256 ethAmount, uint256 tokenAmount)
SaleEnded()
SaleFailed()
SaleStarted()
SaleSucceeded()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.