Bill Gates

Verified contract

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

No balances found for "Bill Gates"

0x1bcfb91ec042f810cb2ea3e266907e8eb5001df911315e8fdcd1dba026ad773f
0x6b3d2c5d9b19985d775b1de633bf6d29e4547498e4678e177050221d3940b0db
0x5917ab86b9eae95d32f0efae678e9fe5b6843e3ce2af087abae85e8e4437041a

Functions
Getter at block 23761645
decimals(view returns (uint8)
18
name(view returns (string)
Bill Gates
symbol(view returns (string)
GATES
totalSupply(view returns (uint256)
470000000000000000000000000000
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 namestring symboluint256 initialSupply
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