GDP

Verified contract

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

No balances found for "GDP"

0x6b81660a237a83906bd84c60566cf0470d0f511f67649e8a8cb79af8d294c035
0x45d2909205b4056d8af7b65515ceaf3c2f37aa8df1ca2d42af7dc8a9f5511489
0xbb3da65ba861ddb1a86677f7c24165dce23df88749967ed92481a9288e05ac53
0x0a0ad748a75d02adda5ded3842f8031828def64f2f216f19a03519a244fcdca5
0xff659d8c757244b4e6712e72f43ce9a2b318abfdc046e71d18dc5d3b9b6a0587
0x1c55f4bc24df37ba9b262955e178d2d9163a7b47cfa057740edfc908cfebe020
0x2c60cf7e12399a5fa8184e2f360d0653efa482b18f4e083a0c7dc3bff55e9c0b
0x81e34af67117e6aef241ae9f56e47743c1523a2a9f35d51a04c46a26fc2acb95
0x672841d602d4e8e51f52403ea158bbcccf1c4d0707a1c7356fb16c797471eb47
0x6b54499bdabb885cfa3789eb3f6f13f0cef563a6bcdc78a9fd93c00d0733fe06

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