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 "Stone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154634 | a day ago | | | 0 | 0.00029743486 | |
| 21138467 | 3 days ago | | | 0 | 0.00052099058 | |
| 21138464 | 3 days ago | | | 0 | 0.00083489456 | |
| 21127439 | 5 days ago | | | 0 | 0.00074059288 | |
| 21110666 | 7 days ago | | | 0 | 0.00017758454 | |
| 21109321 | 7 days ago | | | 0 | 0.00010574350 | |
| 21109319 | 7 days ago | | | 0 | 0.00010800503 | |
| 21101718 | 8 days ago | | | 0 | 0.00033077967 | |
| 21098836 | 9 days ago | | | 0 | 0.00025291146 | |
| 21067688 | 13 days ago | | | 0 | 0.00050022492 |
ABI
ABI objects
Getter at block 21161125
botTaxRate() view returns (uint256)
0
burnWallet() view returns (address)
0xd26cc7c8d96f6ca5291758d266447f6879a66e16
decimals() view returns (uint8)
18
name() view returns (string)
Stone
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
0NE
taxRate() view returns (uint256)
0
totalSupply() view returns (uint256)
977213217863326794721719019058588
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklistWallet(address) view returns (bool)
botWallet(address) view returns (bool)
sizeFree(address) view returns (bool)
taxFree(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintToken(uint256 count)
pause()
renounceOwnership()
setBlacklistWallet(address _account)
setBotRate(uint256 _botTaxRate)
setBotWallet(address _account)
setBurnAddress(address _burnAddress)
setSizeFree(address _account)
setTaxFree(address _account)
setTaxRate(uint256 _taxRate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawERC20(address _tokenContract)
withdrawETH() payable
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
blacklistWalletChanged(address _blacklistWalletAccount)
botTaxChanged(uint256 _botTaxRate)
botWalletChanged(address _botWalletAccount)
burnAddressChanged(address _newBurnAddress)
sizeFreeChanged(address _sizeFreeAccount)
taxChanged(uint256 _taxRate)
taxFreeChanged(address _taxFreeAccount)
transferWithTax(address _sender, address _recipient, uint256 amount, uint256 _burnAmount)
constructor()
fallback()
receive()
This contract contains no error objects.