Based Jesse Pollak

Verified contract

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

No balances found for "Based Jesse Pollak"

0xf602545fd0cb0676cf9c245f2f790bddb5fa7087329905bc56d6529bf8f1df15
0xc800e3a6ca8271d2330c71d0c74fae8bf30d2b65f3293885722e47ede88daacd
0xf4403c112fea031302b316933ea990a2eafb68d231e01161123c7d385848830a
0x0efc096ae5410f81fd2c3fd145222eb6c11f4870e0893a6a4b9b1527f2813f71
0xf797ff039d9a7ef66f1f3e9eb79be8ffe8851496f9938d938801cd5520d83adc

Functions
Getter at block 22051385
decimals(view returns (uint8)
6
name(view returns (string)
Based Jesse Pollak
owner(view returns (address)
0x99da6027fb77710c2c2e013b53e5fd95b3d590f3
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
poolContract(view returns (address)
0x99da6027fb77710c2c2e013b53e5fd95b3d590f3
symbol(view returns (string)
BOLLAK
totalSupply(view returns (uint256)
1000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
mint(address touint256 amount
renounceOwnership(
setPoolContract(address _poolContract
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress initialOwner
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