Bullish FOXXY

Verified contract

Active on Base with 766 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"

0x95ab9988b76b3bb447081791147b226549877aa4fa7f210b4cc1521c652ee929
0x0465b5e0e95c07dc29c747da497f53c45fcdc76c5f33af463041843caff0e5fb
0xdd116c6aac1f8485fd79ab089212dfce8d39318d0066a871ab1c9ce0827deb57
0x6e01ec314aaf101e30b67b874504790b3d6d02cd3abbd4b71555fc428dcb2862
0x181da7a29f64d0abbf38929e051cf624145d7cfe5c4d7c5ad2faa95f35725c27
0x522afffd64d3e074210844a55384094802eec5d92da068d8cf4e6fde693c7bd7
0xdcc4e734682d7ecb485c99f359bc1ea29e73bdee285c152e2906396dc25840d8
0x58a1bf501db4cf461ce76050f7d4fdb624554753f2766590f055c8cb6cd75d75
0xcdf0d677f21d88972f70d43414fb2488fa514c67b9f1344ef6c9826efd414028
0xee39d3bad7a8513f6f2836f0d8733b7e24d521fc755aa36684e1b5be0ae098cd

Functions
Getter at block 21997753
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