Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd139…332c
0x5022…c4bf
Balances ($0.00)
No balances found for "STONE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297954 | 2 days ago | | | 0 | 0.00034765425 | |
| 21287146 | 4 days ago | | | 0 | 0.00072411454 | |
| 21249063 | 9 days ago | | | 0 | 0.00053419506 | |
| 21248818 | 9 days ago | | | 0 | 0.00054733657 | |
| 21248597 | 9 days ago | | | 0 | 0.00068559470 | |
| 21245200 | 9 days ago | | | 0 | 0.00095168260 | |
| 21242860 | 10 days ago | | | 0 | 0.00055425079 | |
| 21242155 | 10 days ago | | | 0 | 0.00066094604 | |
| 21241376 | 10 days ago | | | 0 | 0.00041360225 | |
| 21241264 | 10 days ago | | | 0 | 0.00052521222 |
ABI
ABI objects
Getter at block 21313158
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
feeCollector() view returns (address)
0x0e826ef9119964dcb5b93720be0bce9bce36112e
isClaimStarted() view returns (bool)
true
isVestingStarted() view returns (bool)
true
liquidityWallet() view returns (address)
0x79c124fc2a5ba568145769108e5fc5312d8ca4f8
maxSupply() view returns (uint256)
666666666000000000000000000
name() view returns (string)
STONE
presaleMaxSupply() view returns (uint256)
133333333000000000000000000
publicWallet() view returns (address)
0xcffa512f4bf8eaa6b04541d6a39aa9bb8af82e64
symbol() view returns (string)
STONE
taxApplied() view returns (bool)
false
taxBPS() view returns (uint256)
200
teamLockSchedule() view returns (address)
0x727f49d6b94f5308413208835f0a3c699e72688d
teamWallet() view returns (address)
0xb1ca1ed0a71faaf41370e7a80fb33ee277c29fa4
totalSupply() view returns (uint256)
666666666000000000000000000
treasuryLockSchedule() view returns (address)
0x05bb70fa4b285da9ab4b61fb3c201498e2599395
treasuryWallet() view returns (address)
0x3ac95a8f10e0e0ebc2dcd67570d74e7dc7f7f851
vSTONE() view returns (address)
0xd139ecd0047407df4ef5709f7ac99ce719cf332c
vestingFactory() view returns (address)
0x5022c3cdbb710af7a10c4ac2280d4ce68d96c4bf
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initPresaleClaims()
initVestingSchedule()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeCollector(address _feeCollector)
setLiquidityWallet(address _wallet)
setPublicWallet(address _wallet)
setTaxApplied(bool _taxApplied)
setTeamWallet(address _wallet)
setTreasuryWallet(address _wallet)
setVestingFactory(address _vestingFactory)
setvSTONE(address _vSTONE)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.