Wasao

Verified contract

Active on Ethereum with 141 txns
Deployed by via 0xd383a495 at 21245202
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Wasao"

0x280d2775aa6aab8e183c7f8ffaac4d44b8f8c61b2d05ed2102338f30cc33f73f
0xda0c3561b291e2607cf02d174aeb558e9aa49c591b60a4961e4b010a0dd988ff
0x56e2cea92fa0ee6df43f8c0a24d5bb11fd3bbe74c2949daf7c0163c2b016e26c
0xc7d3ab1bb36e3399b92ae0ad7c5ecc9c65e4b537556ded64dce9b621232a4454
0xad69af0eb056cbbed13e6401687cbe11f7590c79a1d864b31d524e68aa452b26
0x09858d6292c5c80d075069c1904b631e92cce3f8a2e88afaa8f044862941f6e1
0x68765dff1484b45c5e1e6e7a0fd3789dc8f6700f20b28bbd24bedcbd75902529
0x0d4b8524d367147442aa88edb2cdc7f40ba51e5fe0a5e5dc4634966c11320251
0xbc445e6be11b7e3fb5b19b4bbe784f493f058a041a5b92b00cf7f61c50d4a732
0x8b9b54a2883261cfc4ef5dfcf3b747c37c2339098991e2d8588f0d0f034ab356

Functions
Getter at block 21286092
buyFeePercentage(view returns (uint256)
0
decimals(view returns (uint8)
18
feeRecipient(view returns (address)
0x61ca9557b053317ee81756ce7c6d5f9fbc92292c
name(view returns (string)
Wasao
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellFeePercentage(view returns (uint256)
0
symbol(view returns (string)
WASAO
tokenMintSupply(view returns (uint256)
999999999
totalSupply(view returns (uint256)
999999999000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setBuyFeePercentage(uint256 _newBuyFeePercentage
setFeeRecipient(address _newRecipient
setSellFeePercentage(uint256 _newSellFeePercentage
transfer(address _touint256 _valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BuyFeePercentageChanged(uint256 oldFeeuint256 newFee
FeeRecipientChanged(address indexed oldRecipientaddress indexed newRecipient
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SellFeePercentageChanged(uint256 oldFeeuint256 newFee
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account