Butter

Verified contract

Active on Base with 438 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Butter"

0x1b1fc9166e7148a29332d47cc962e0cbfb069560beec731115fa6f204b5cfcb8
0x3f69a3902aca057888274364bbf6f7b86e3d8ff3f874cd4f5e6cc7a912791fc1
0x4411209f5ef08afbf31cdec4362a4dc3a5d0b5becf768843af5e72280fbd8c2c
0x594bf2b20a0532270284c43b7155fd9886af9453c4c7690ebcc73b52118664e4
0x6cd444bac682f9ae5281ff231136fcf88269d0b9f99a60226f75b120feab48c5
0xb07f9c0a76990caed0523cfebb70397d2b0063d34946030b2dd616f3a72123fd
0x1aa372ee2aada33a7a7af916fb6edc391f54e081035ff749b60e13ac0ca53383
0x94982e439e4d00074e76bd8f690085238f28ff2c2c46929e620af0c95f3e1b04
0x99b606f8c175bf68d2518dd619df8a230c291f2b794fea62cc5f0a5cfd99e7fe
0xc8ee0582ea835ef72c959ad710c0d4128e664a891879f760dc3fa3da9b34b332

Functions
Getter at block 22748904
decimals(view returns (uint8)
18
name(view returns (string)
Butter
symbol(view returns (string)
BUTTER
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)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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