BLUE APE

Verified contract

Active on Base with 4 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BLUE APE"

0xce91fcde6c5d69dc9b81a79ac8d7cb0eb79cb072ba7a1bb000b8436cd094b269
0x6cf04c8e606a72e90eb9403ff88798e507c6823a8290f136dbe969175c7f3973
0x7a8a21690e9a2d154f640c69e4d507923fcd9430aefdc7138460640b80e2dab6
0x66be9b5d3be777c192d9bb4d65fbae1bcfff8a9cb5af59ae54a13ee82d67f33e

Functions
Getter at block 22774434
decimals(view returns (uint8)
18
name(view returns (string)
BLUE APE
symbol(view returns (string)
BLUE
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(string name_string symbol_uint256 maxSupply_
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