CAPPY

Verified contract

Active on Base with 377 txns
Deployed by via 0x2c821dc0 at 16672210
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xff5504c5cfd1a168fb96dee63bbb0e39bbf41cb67f734dd39325c8cef7969196
0x360fad1be3f2c25ea5e70ce35cd780ff8fb6dd2f32678753ec321cfdd234580c
0x2306021046cedf69153dc067a6e7e390e4df927f248420a00ff3bb1fea6b47c1
0x0dc6e404f6ecf3b24343aa8f29427ee1f06fbc709ac863f11f87e404f903548e
0xe77c176454c734753940a99b9819ccc315f0628d5068f78f6f24319a418af46e
0x3e330e0352102088c039728269c54d27146beb0573c457782f75e56874f444f7
0x80adae11bf409108bccbe8a9bda58232d8972a0d9a9f7d793f698de4c7c84475
0x4353864e11be6bbdf6893e3639bf5961c92856ec9e0e17f66dd3c8087dfde5cb
0xdc3f1fdef6037eef6d9cd581f6e3a2c1719cede94dc81919571470043b282cf5
0x7de21ef15ae0fa77d9ce907beaac8508b2bc76c1346365310b373b9fb644dc2f

Functions
Getter at block 22503330
decimals(view returns (uint8)
18
name(view returns (string)
CAPPY
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CAPPY
totalSupply(view returns (uint256)
10000000000000000000000000000
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