GOLD

Verified contract

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

No balances found for "GOLD"

0x2b7851787c1dbdeb708e52567d95db22f522477e237776e260b54b1b4a9be018
0x09a40b889a3c3518ee89180c0a81b574df3d0f58dbe7a14df20bcef31c3866c8
0xddaab0a19192a8b9c76fde903a245c4aa896dea8a68caca0ff3e659658831a4d
0x779bfabbd763ee37e0c78ef0dafcd3f143325a99c5a8d6cb69e51129d173fb50
0xf43535cd42acddbd7a0aadc37c6c8cd6ab4d39cbae35b19a9adae1a0e874b62c
0x5a9f781d0d5753022d23c806431e34e72b12fe0ef216f37c46df09adf4d6acee
0x459f0c63b86b34dbb3f8942c892e0045fe17d565b76878da864f551d016adea9
0x9e730f28d184ad13806072696953910a9eba36b7d1fc4aafc03a9e16e465b2ad
0x0b1a0d26d73379d328a4ca8ecffd8471c650356356315d4d53475fd5950402fa
0x2d67fab0db695a997a82729e17c8a41033a8cb66debb3691dfd4cf9046beff4e

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