Forever Opportunity Market Outlook

Verified contract

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

No balances found for "Forever Opportunity Market Outlook"

0x8f2420c007644086f9305bea1890e9d31ca4077a2311b8437404183f74e9a5c1
0xbb7109017b5d349f60c7d5b70022776bfa201c085927a7ca203186416f3dba6e
0x4b6509fef9b0c10b86473b96fa60af191613a06700caa10eea1fdcd0e5b658fe
0xa9e3587e1bc413e5e839672d7c3e603e0336b290f6c673c462356f50305d102b

Functions
Getter at block 23075090
decimals(view returns (uint8)
18
name(view returns (string)
Forever Opportunity Market Outlook
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FOMO
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