Gaybriel

Verified contract

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

No balances found for "Gaybriel"

0xbb1d246c90a70b9ead2f324765cdb5a6814e21a500e1805786b01c31647ddea4
0x0f8e0d656e74b7735ec49bc887f48786d2f7f277e2641d89a14289076736dbef
0x1a8c487f8704460b948f792234a7e4290b8a021d8b118f9cc6164a8954c81f36
0x10957854d65c5cbe9d404fbb04c08b06a2027fb9600ecf1a09ccb90e5a6ea721
0x7e85faef68b80e3e11e8718be681098ff3d7a4f64687591e3650085a5408e61c
0xa31304023c6ad04d421d211ec6e1adc14d709271b90536562fb8feda75c5ff03
0xcaeef344026ab847bb4309b5b7390c9218b389e3ab73db72ca498458c5a0f71e
0x695c869436a06a98b6086fe58504d6f2a37c54299b255387ff3584c680f5f86f
0xfa27c76b85c4eb5dd0228d4d34a451baa4452a79dbc376297c2f28bb206c8b52
0x78a4d0c78876900e634486604b6414008fe4a822757fa8243acad1f20fa14bfd

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