This contract is being backfilled. You may encounter incomplete storage history.

bad-takes

Unverified contract

Proxy

Active on Base with 242 txns
Deployed by via 0xa8ec52a3 at 15759087
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x6dd9962ac7ffc3aeefa8ab6e3475ad854b45b84c02c6362c2ba0c7bc33cc5a3a
0x3fc7f8aabb8ac0af3457aad9cec9d8f65fe6301543d225febdd32987415691fd
0xe6c48ff2542e28cf9b15b3fe33e3107eb4069ec3d380898a1023d3481222ba33
0xe8a5d698b1198643b057d9c227cc792117105638b7f3a617fce7ca12051be527
0x2ad5c178ef6a704e68514c996ba8f1ee302c5875af4bf44e11363695bc6e887d
0x3234a5ea2173377cfa6286bbeffd05b0c893aed9d100b82bab7d91ccca57c328
0xadac419916f3fd17da320a940216b31c526890847c469f8bdf28f33e5249001e
0x2de82a73277d4e9dce4b958f9b23e005c059eb704b80a5a163af23369fa2c22e
0xfea9b3a9d815dcddfeef2b26d2371857ae9a4fe6e87fb450c3709fce986b0e41
0x282df0513c17bac1e7ea833da3f4c6194b509c9a4f65e39bf3497034a38088b1

Functions
Getter at block 23190798
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(