Guadalupe

Verified contract

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

No balances found for "Guadalupe"

0xe86a7a3cafc7d239c80e9668ce414e23c48d0664eabe6d27c67b6c35a68e021f
0x229b3ce3b017a43679c29daea44c26d61e628ead63362b012000eab8ad7c3095
0xb90a5624b485d78fd9b658c6fc17bae64f7523939ba9dafd5071b2b158623b2f
0x9a54d7a78d68695ca3cface4af0928dc3bbb01d15089a718401e8d9de585f551
0x979a2b558cc5783c5070a2e8dc6867fe92ce840b35407e0cfe9cba7c17965d9f
0x4c902f4d2893d20f169f0200404715577e8e1aa78362168b19495260fd175323
0xc141881944b9edf318c2c4d373b8ab5a2e5cc3c315cf0789a5f95181e280bb5a
0xd2de36cbc86549aee2bf2dad39a52d6f444ce3914bfb6aab7b0b64fcac680644
0xa724cac79621dcdb9cb401a348bdeb0bb0fe1a518d69483751ece759f03d89ab
0x5b6fbd7aa88ea13e3773c3f19644b2bb881e997fe78e534b80afe9d1c829315b

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