bad-takes

Unverified contract

Proxy

Active on Base with 191 txns
Deployed by via 0xa8ec52a3 at 15759087
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x46df74f8168aec2b62d95ccf8e4bc02f1a610fa8147d23915cc65e95d740b8a7
0x0a4662a03e75e29bed6a0e865a5eba13509a80d9f88e60d0bcf650dbbe375ac0
0x31da878b1d7a49002a24d42d5d6b877df9c73924ed9792b557a1942a443f618f
0xee11d1b724f09b005b17276b3f8fd96c66646535800959ce07bed9b05567026d
0x6e12f55f42a68ae74585eed23ab9f1f73811d3126a21ebf04a5c9cc3b1e5b7a0
0x113c5d05b87f5df379f7d520f00c059f221ce1da88c9e17a5c820f6279543b2a
0x71839c6268e5cd81f55a9bfaa501b431c00fc7302e68782b5597fea5e2249265
0xbf70893e4c99dffc4e3d8865f8ef5d144812d17909e40dc375db3ecf4937bfac
0x66bd22ad4114eaf26c1ebdcaf0c8cecebd6bbbb421a11b915c48bd1a8a538d65
0xabcdd11bb064f4d29daeaa780eabd14ecf8e228e08e11b315513518f49bdddae

Functions
Getter at block 22010545
decimals(view returns (uint8)
18
name(view returns (string)
bad-takes
symbol(view returns (string)
bad
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(