Stone Coin

Verified contract

Active on Ethereum with 2,058 txns
Deployed by via 0xc897fb89 at 5827285
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.01
ERC-20
--
0xe966ba2c2d1c0f00fb8a3f0c7aa49df64464b3bd2dd9215486f6fd62fc494e46
0x31deaefa0eeefaea4dbe1f75c4b056a8c5cf635f907265e8368ca7fd538c5887
0x6179bc46abc776cc227d2893129945071fd1c02cc686a3a8a18763f66d8ed8b9
0x5d08353d4f4ef3ce4add8b821ef510cadef3aa8d8f4880a861c1f7c51d4e4cf7
0xfb97ed1fde8c080751bad541982adfb08193dce5b10be9672f325a759ec86252
0xb8180877dabd7855ca895a505a7f4a6ed6aae2691e045fd98e91597e38c90872
0xe95d67628fec90e2309a9e904d3a57cfb397f59e37db401127d80c0ab5b66377
0xf8eb09198edf6c3f3813e485a6d673d5d8488d9ef20a31ebb3ced0527fc0c5b4
0x4b9176bdfca8f5bcc1add019d4d0542d3a2002e95010395f9ef2ba301b61a598
0x3c3cf80d4cee4f039d03f87ddfff544eb5d8f79290d6eddbfc739cb6db750808

Functions
Getter at block 21164195
INITIAL_BALANCE(view returns (uint256)
1000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
Stone Coin
owner(view returns (address)
0xc2ed0e909147c385583f3dc3b1cc914b3f5a9803
paused(view returns (bool)
false
symbol(view returns (string)
STO
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress _spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address _spenderuint256 _valuereturns (bool)
approveAndCall(address _spenderuint256 _valuebytes _datapayable returns (bool)
decreaseApproval(address _spenderuint256 _subtractedValuereturns (bool success)
decreaseApprovalAndCall(address _spenderuint256 _subtractedValuebytes _datapayable returns (bool)
increaseApproval(address _spenderuint256 _addedValuereturns (bool success)
increaseApprovalAndCall(address _spenderuint256 _addedValuebytes _datapayable returns (bool)
pause(
transfer(address _touint256 _valuereturns (bool)
transferAndCall(address _touint256 _valuebytes _datapayable returns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferFromAndCall(address _fromaddress _touint256 _valuebytes _datapayable returns (bool)
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
Transfer(address indexed fromaddress indexed touint256 value
Unpause(
Constructor
constructor(address _owneraddress initialAccount
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.