CrystalToken
Verified contract
Active on
Ethereum with 7,463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 29 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
CYL | ERC-20 | 25.36241K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
ERC20 | ERC-20 | 1.98 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18908617 | 10 months ago | | | 0 | 0.00090954361 | |
| 18507420 | a year ago | | | 0 | 0.00086000180 | |
| 18499877 | a year ago | | | 0 | 0.0015847680 | |
| 17230166 | 2 years ago | | | 0 | 0.0047477113 | |
| 16914614 | 2 years ago | | | 0 | 0.0010535160 | |
| 16855037 | 2 years ago | | | 0 | 0.00084726952 | |
| 16854420 | 2 years ago | | | 0 | 0.00099556493 | |
| 16690242 | 2 years ago | | | 0 | 0.0013651038 | |
| 16681128 | 2 years ago | | | 0 | 0.0013581000 | |
| 16656412 | 2 years ago | | | 0 | 0.0015326649 |
ABI
ABI objects
Getter at block 21162468
INITIAL_SUPPLY() view returns (uint256)
28000000000000000000000000
decimals() view returns (uint256)
18
locked() view returns (bool)
false
name() view returns (string)
CrystalToken
owner() view returns (address)
0x673e28d7ff41731365311afd5eba4a1bd53fb4eb
runningRound() view returns (uint256)
100
symbol() view returns (string)
CYL
tokenBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
19500000000000000000000000
wallet() view returns (address)
0x24cf63494b22472d864c827258e30d722c53c97a
weiRaised() view returns (uint256)
305416313674677698746
Read-only
admin(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256)
getRoundAvailableToken(uint256 _round) view returns (uint256)
getRoundEnd(uint256 _round) view returns (uint256)
getRoundMaxPerUser(uint256 _round) view returns (uint256)
getRoundRate(uint256 _round) view returns (uint256)
getRoundStart(uint256 _round) view returns (uint256)
getRoundUserBalance(uint256 _round, address _user) view returns (uint256)
receivable(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(uint256 _value)
setAdmin(address _addr, bool _value)
setReceivable(address _addr, bool _value)
setRound(uint256 _roundIndex)
setRoundAvailableToken(uint256 _round, uint256 _value)
setRoundEnd(uint256 _round, uint256 _value)
setRoundMaxPerUser(uint256 _round, uint256 _value)
setRoundRate(uint256 _round, uint256 _round_usd_cents, uint256 _ethvalue_usd)
setRoundStart(uint256 _round, uint256 _value)
setTokensLocked(bool _value)
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 burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateChanged(address indexed owner, uint256 round, uint256 old_rate, uint256 new_rate)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _walletAddress)
fallback()
This contract contains no error objects.