APEMAN

Verified contract

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

No balances found for "APEMAN"

0xb511d8b07f2ba097a2a0ab205a0ea1cf2d98519607d86225141aced4507fed56
0x453f8210276218520d401553d485bc613ceb956c5fc5f8e5400308e1ab683d15
0xdf17cf54973ab76e4d8b83f11c230be2959d0bc4238b2856a830522347f394a8
0x7ba5d28322013f9a42322ff62d50403f4d8386baa4c8bd1a0b4d98d5c8b8e82d
0x0b60beaa4feddbea89dde966f93b1bc59fbfbb10c9dcf866d0bd7af304c1db08
0x37bea21dfd040b3c7ad5e33f93575216dec177549d1578ae04c2e1764c694530
0xf42dbd215a3e5fe26412a7526a5699c4b3c12101b9f433b12f75669c0c0b0129

Functions
Getter at block 23912746
decimals(view returns (uint8)
18
name(view returns (string)
APEMAN
symbol(view returns (string)
APEMAN
totalSupply(view returns (uint256)
100000000000000000000000000000
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