Bank Of Base

Verified contract

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

No balances found for "Bank Of Base"

0x189cd69912bd48d6e555f899a8e7edf5e1471e32ec8e0a5f5796617c26d0f9bc
0xe8af9c01b97de8e62c3a1f174d32b2c1439567caa0e949e5e134954dda411fca
0x5081b5a45515a8a4d081c952c9ae9421f10e396a24f0f01a850615044b74adcd
0x59bad935e670cd3ca3c5a49e0e2792fba6d9c5c1769478bed875d33f73ddc27a
0xf203f583fef2ea91c07291b71212589acda1dbd5477e201c9b4cb4c93d6c9dfe
0x53c389b5f79deca68e434e66a658e793b36366178c306df607ea536563df3433
0x77928900917f22253b8a1a59f07f5d1a8907933542005da65f039fed94c5a397
0xf1bc079d3cedea1a7426765aaf0d1ac4b5f63e60c9fd5131b8486335c76251c9
0x9718d0f3215f1964f370fa6cd10b6f7e89dd445c408e8191ee891098ff4efd86
0x8efbf5fa91ac42c96e9c6a7f2b7b1dfa06169502df9bd074c4276e82c64f0020

Functions
Getter at block 21859111
decimals(view returns (uint8)
18
name(view returns (string)
Bank Of Base
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BOB
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 requestedDecreasereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (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
ERC20FailedDecreaseAllowance(address spenderuint256 currentAllowanceuint256 requestedDecrease
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