FuturePepe

Verified contract

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

No balances found for "FuturePepe"

0x688e1978cb85722bae45240615258a0028328c1345a6c7055b3935a485012bf9
0x5027e19b0aa53f4f7539b5982045d335a009761ed58b48d9c46dadcabf8a914d
0x6c4d46c413041d4bcced253d6c7e3ec34a9dae18995dceddfd48a17a91770913
0x7d0adcc8382c1920f5b7b5e65f2fe7bf78f7d665b94e697a11538273c360c7bb

Functions
Getter at block 23151532
decimals(view returns (uint8)
18
name(view returns (string)
FuturePepe
symbol(view returns (string)
FUP
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)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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