Walli on Base

Verified contract

Active on Base with 99 txns
Deployed by via 0x16bc00bb at 12299039
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Walli on Base"

0xdadf92e734a1fcd72a18811cd085077e9823e413a09f4047b78c4e2105c388f4
0x28053347e710f957bdccb720506f575f10e660f10ee1fae06f6ff1a05f127475
0xa3174a7e2f034f982d24ba0f18a02ed0c322c65829b7fcb193b62004f71cb0e8
0xfaeefd8e9863fdb710e92d22e2afdb0751d2aab59ef2065efe2d385510b268ce
0x43b79bee25a6f825f9cefa7dd1c95e319a23416284ea1cb8a9b5bf13a3c6a56a
0x0e01072cb2c2f1109d89fb6da6d1cdc036bad5a9a8dde6e58ba907deebc6ad41
0xbcaff2435d99bab8733a4714054dbf84a343875195b2cf08d8c699ac859773fc
0xc0b29b1d890d65631c8c132c85e6cc12a66d7f4aeaf2d836e85a9f7910581e97
0xf6e5b0d4f0d0330450ff287b9c1ec35ec98a9c5ba735a7846a2639a7e8622ca3
0x1324c40c76aef5c85d207d7e200a24753dbc2f97dd86f35e070cbcedc20d8c92

Functions
Getter at block 23174584
decimals(view returns (uint8)
18
name(view returns (string)
Walli on Base
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Walli
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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