SmarterThanCrypto
Verified contract
Active on
Ethereum with 6,197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($172.62)
Native
Value
$172.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.046544 | $3,708.83 |
$172.62 | |
STC | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20758975 | 3 months ago | | | 0 | 0.000086196501 | |
| 20747927 | 3 months ago | | | 0 | 0.000088609370 | |
| 20739235 | 3 months ago | | | 0 | 0.000089499294 | |
| 20704575 | 3 months ago | | | 0 | 0.000090514023 | |
| 20695623 | 3 months ago | | | 0 | 0.000093386469 | |
| 20688175 | 3 months ago | | | 0 | 0.000086539101 | |
| 20667124 | 3 months ago | | | 0 | 0.000081983135 | |
| 20657979 | 3 months ago | | | 0 | 0.000083108068 | |
| 20649041 | 3 months ago | | | 0 | 0.000082520822 | |
| 20640112 | 3 months ago | | | 0 | 0.000082508919 |
ABI
ABI objects
Getter at block 21306249
OfferTime() view returns (uint256)
1209600
controlWallet() view returns (address)
0x344f0e5555f0e11e523ffef4c503f29838cad6d4
currentPrice() view returns (uint256 numerator, uint256 denominator)
(numerator=24105186, denominator=14802)
decimals() view returns (uint256)
18
fundWallet() view returns (address)
0x26aa63e9cb879d253e73261658e53fa9763e4927
fundingEndTime() view returns (uint256)
1541840400
fundingStartTime() view returns (uint256)
1539421200
halted() view returns (bool)
false
icoDenominatorPrice() view returns (uint256)
14802
minAmount() view returns (uint256)
40000000000000000
name() view returns (string)
SmarterThanCrypto
previousUpdateTime() view returns (uint256)
1726438895
symbol() view returns (string)
STC
tokenCap() view returns (uint256)
100000000000000000000000000
totalSupply() view returns (uint256)
5833738213442549508703010
tradeable() view returns (bool)
true
version() view returns (string)
10.0
vestingContract() view returns (address)
0xaba3c09f0b7404e8944cfddd647f7a86206f1996
waitTime() view returns (uint256)
86400
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
checkWithdrawValue(uint256 amountTokensToWithdraw) view returns (uint256 etherValue)
checkWithdrawValueForAddress(address participant, uint256 amountTokensToWithdraw) view returns (uint256 etherValue)
prices(uint256) view returns (uint256 numerator, uint256 denominator)
whitelist(address) view returns (bool)
withdrawals(address) view returns (uint256 tokens, uint256 time)
State-modifying
Events addLiquidity() payable
allocatePresaleTokens(address participant, uint256 amountTokens)
approve(address _spender, uint256 _value) returns (bool success)
buy() payable
buyTo(address participant) payable
changeApproval(address _spender, uint256 _oldValue, uint256 _newValue) returns (bool success)
changeControlWallet(address newControlWallet)
changeFundWallet(address newFundWallet)
changeWaitTime(uint256 newWaitTime)
claimTokens(address _token)
enableTrading()
halt()
removeLiquidity(uint256 amount)
requestWithdrawal(uint256 amountTokensToWithdraw)
setOfferTime(uint256 newOfferTime)
setVestingContract(address vestingContractInput)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unhalt()
updatePrice(uint256 newNumerator)
updatePriceAndDenominator(uint256 newNumerator, uint256 newDenominator)
updatePriceDenominator(uint256 newDenominator)
updatefundingEndTime(uint256 newfundingEndTime)
updatefundingStartTime(uint256 newfundingStartTime)
verifyParticipant(address participant)
withdraw()
AddLiquidity(uint256 ethAmount)
AllocatePresale(address indexed participant, uint256 amountTokens)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Buy(address indexed participant, address indexed beneficiary, uint256 ethValue, uint256 amountTokens)
PriceUpdate(uint256 numerator, uint256 denominator)
RemoveLiquidity(uint256 ethAmount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Whitelist(address indexed participant)
Withdraw(address indexed participant, uint256 amountTokens, uint256 etherAmount)
WithdrawRequest(address indexed participant, uint256 amountTokens)
constructor(address controlWalletInput, uint256 priceNumeratorInput, uint256 startTimeInput, uint256 endTimeInput)
fallback()
This contract contains no error objects.