Based Broke

Verified contract

Active on Base with 309 txns
Deployed by via 0xa50ca3a8 at 12095166
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Based Broke"

0x194437acec6f8526f0e723343cf44e09a8b92cc8f092cc5c59ed739d902b057d
0xd88116c533dcdc5764539fdfcc8a371a6b2a86a3b1041839912042f1558254a7
0xcda1c7b1dde6f549d1200ee418064e8c408678746fa63dc9093824290699ddef
0xde1bbc621c2e29f7266a06a4bfbcbbb824127f56f7f38966dd980e7fd1f8a88e
0x8fc16b02c8bafc63739e967ef58220727eac2b4492d0bdc7105e7e0d129964e6
0x1d0f48ebd6c3e08ee401d94799ae38c21d6c210c63b6f361b442c853ead3f0f6
0x70875168bf821d255df1fe413007a6efa6963eda0c51c867fa3ea4f42e008876
0x3416dd76fa958f1744ae33c403d47b2040f73f423e8a25cc0f5ad153b7bc75ce
0x82743dbb23bdff3459957c4e102653970075be9ef1e1c39124dcf9957ea28c29
0x368e90c7bff7548b877a2a68c09e003a38501fb144853f22571c6f8783b5cca6

Functions
Getter at block 21862312
decimals(view returns (uint8)
18
name(view returns (string)
Based Broke
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
$BROKE
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)
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(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account