This contract is being backfilled. You may encounter incomplete storage history.

Ramirez

Verified contract

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

No balances found for "Ramirez"

0xe332ae3b1d013b63654ccf121807a80562ee5a34acd832b3b9a544ebe1c56074
0x61f5a88160d007e683c12dac82820fbc30362709efac762188e06bb6fd520895
0x160ea2e0eeef386b0a3c3b63b398c006d7407dc3666f381e1f1fbef99a2e7d12
0xde596310762bac62e828f6b25a79f792566c56dc88ead26e9f00acf222e9e923
0xd3707d6fcdc933af9bd9b548d08ff85c10ed66431278cb4c2f3bf30e33387de2
0x9ad69f3072d1675359368052c3ee4d05011f17c53619773580c4643860cdf0ea
0x2cb7d5f08d1d49af4246afa9a7e4fe18bc0926c6b2a3d30b7dfc5c21459d008a
0x721e154de200fd808105a047cdacf8575c3576003849ad0900690ed94a9e30ef
0x7b2d7fbc6efe5efcc4f30f248f1f39a329392681bb9830d4f50be4a1a1308723
0x6b95272bd5fa096576a2d8589b54d7a387a953cc87c51d07e55cdcb4873f87da

Functions
Getter at block 23818229
decimals(view returns (uint8)
18
name(view returns (string)
Ramirez
symbol(view returns (string)
raptors
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