Boink

Verified contract

Active on Base with 1,256 txns
Deployed by via 0xec66041a at 15505500
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
0x696bdddb090803ceea2894aa5b6567d69a3594b67dc44ecdd7305f06f84dc828
0x3a839a7481df69f2198df2710e5ecd1faa1e060f68af153e8c78fe6a54c2fc5a
0xcb5d1d73529463f88eb69303673e779fbf2d03b5308bbfb3e4319385493df03e
0x2579279184d5850748e31178205f22e16fa7269acd43ec4f50e0fef09fb73175
0xaa500db049dd03ff170e1b56d1b4671e9bb05d57f139cf908e578a14fdc3d641
0x148cc4faeef4226c40732da481a0eb9e34e4a7c6a14c46d6471efbe3968303cc
0x1f382d81783d5718d3579eab69c93daf1cb425d042d0c3f2f95af84d7df52a57
0x668c81376adfb0dd5bdf8b77c20614b92dda4fda9c1e1de2705852cadc590cfb
0x28dbbeabdc106a1637a8f84779e77a1663ffed2443741cb64518c122c21b3d8d
0xa10b9c01262571e44d397ba1dd35c29219886458b8be568d52b477589fed6c9e

Functions
Getter at block 22921750
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Boink
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BOINK
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account