Breaking Base

Verified contract

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

No balances found for "Breaking Base"

0x90e17befa8b4549693635935abef56ed646317f379c24b7a5d6de79f333a1450
0xaa7719d8f7765b163279f9eebc4030257be9ea78777dfa5fb14abc7c0e39a72c
0xd2166cf9b2bbf29f4ae346c9b9f1132dd9be66e42819adc65d77fee3d8d8189e
0x098a10962260293d13b5f8605e24ba410897b7329cfb352a79c6490bada95c99
0x03f8bb44cc839ef3efadd1cff451b626b9d0cddd8d00a28c44f69fa23ec45a81
0x14ae69676aa9741950707df6792b596d6c5411882c3cffe57c717e2ad212c9fc
0x05bb69c899a0a30683ff5283a87a23954eac83aa9f9ab40666bfba43b84639b5
0x0119fea654117f44b16ef523817d56a47495e4114866c3453246f10fd9fe6808
0xc7bce3455f3ce5846fc63268501fe58e51f11a6d2bb00ba0b93d547d7e4e60a1
0x6cc1df4b168e69bbc5370e1dfb61e73359ba77003ab26eb412ddc8a9c3aa863b

Functions
Getter at block 23843006
decimals(view returns (uint8)
18
name(view returns (string)
Breaking Base
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BREAK
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)
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