Bullish FOXXY

Verified contract

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

No balances found for "Bullish FOXXY"

0xe78431f21f16bec2f5d3d705869c2713e1686bd6e72d1b6a892836639144dbf9
0xc1da747e849d6a9c0780d5e855cf956e3432f629739dc6b1416d4d68587f0316
0x54117d4887804378e11eda4593b5a4d6b60f9a7a8d895370210e2aad8270c5ec
0x8067009a7e9d8fa185304550a28de1b917a360b35b7b0d24912f826e04a05b89
0x558d7abdd07b13e49e2db61434084454e32ccf960584f61c7d191559431c98ff
0x552c29eeb37d831e5fbd74ca9115f3dd7f0e25f5b1f159268448a0a582153541
0x3504d43d8289c799b5a674fdb5d7803435f48d4a8fa0688f03020724881f4355
0xb9e6915310e4c5aa8421db9e48bf2b1208df39892bb25493e92798eb7e79034b
0xb214438df9517b1960fe31a2171060680e4d37ff0066dc39641fb56ba2efbe1e
0x95ab9988b76b3bb447081791147b226549877aa4fa7f210b4cc1521c652ee929

Functions
Getter at block 23073211
decimals(view returns (uint8)
18
name(view returns (string)
Bullish FOXXY
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FOXXY
totalSupply(view returns (uint256)
420000000000000000000000000000
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(string name_string symbol_uint8 decimals_uint256 totalSupply_address serviceFeeReceiver_uint256 serviceFee_
Fallback and receive
receive(
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