White Stone Coin
Verified contract
Active on
Ethereum with 243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "White Stone Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9700047 | 5 years ago | | | 0 | 0.00077634319 | |
| 9159564 | 5 years ago | | | 0 | 0.00020051100 | |
| 9159550 | 5 years ago | | | 0 | 0.00047040300 | |
| 9159542 | 5 years ago | | | 0 | 0.00038856600 | |
| 9159534 | 5 years ago | | | 0 | 0.00021587000 | |
| 9159524 | 5 years ago | | | 0 | 0.00026127500 | |
| 9159517 | 5 years ago | | | 0 | 0.000043174000 | |
| 9159509 | 5 years ago | | | 0 | 0.00021587000 | |
| 9159496 | 5 years ago | | | 0 | 0.00021587000 | |
| 9159049 | 5 years ago | | | 0 | 0.00021587000 |
ABI
ABI objects
Getter at block 21158004
UNIT() view returns (uint256)
1000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
companyWallet() view returns (address)
0x140bc02cd94c9681ddc0f6b60a77b71937ce934b
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
10000000000000000000000000
name() view returns (string)
White Stone Coin
owner() view returns (address)
0x140bc02cd94c9681ddc0f6b60a77b71937ce934b
symbol() view returns (string)
WHS
tokenPrice() view returns (uint256)
10000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000
totalWeiReceived() view returns (uint256)
0
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)
buyTokens() payable
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
sendBonus(address receiver, uint256 bonus)
sendTokens(address receiver, uint256 tokens)
setAdmin(address _admin)
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)
NewSale()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _companyWallet, address _admin)
fallback()
This contract contains no error objects.