Benny

Verified contract

Active on Base with 702 txns
Deployed by via 0x4e73f65d at 15881250
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x9114e1a22257fe97f9f8d21ce95b8a9895971e01bb4b0eb05da7d79251918022
0x4c19db202ea1bb7de1b94bb233f80a90656ad4a5ea55eaff72e1e7de113681ef
0xb69fdb397f5235987bd96d045733591eb8895b46e366d6ab15524b06b05b3f54
0xec54eb3386e304e325c14630b9b3ddfb12135cd4196c19c2d1c93b81cc7d5b55
0x1d9cbb04ba1b8e9bb5ead63c7cb46cd6c114bb17ec69d09748933b9517969856
0xc503c19f90fd566545808931a92ae435c22a553fb54f84b6591961f3bf3864ff
0x5897081b5ed693432d5c22a6cf17b0daabd83f66e6a45d1920877619e4aca443
0x17dccba7dcf1df243fe9d32708b9ccdc27708440476aad0286181c8167d20db9
0x11c924f7b881c30bca175fc220f0ee95defcd90083b228c4aed0cff74ef2a3be
0x541c5b546a5d17e9c23cf5d6d3b8e6b68f4a6c29b92edcd5acbc823b503479eb

Functions
Getter at block 22044379
decimals(view returns (uint8)
18
name(view returns (string)
Benny
symbol(view returns (string)
BENNY
totalSupply(view returns (uint256)
10000000000000000000000000000
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(
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