đź’ŽBase Gems

Verified contract

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

No balances found for "đź’ŽBase Gems"

0x2fc3882b125f589789840511de92f72b933e6b43a681937ce96fa7f4f1af2811
0xc2380c517cd36a80c5dedace868d9e70c479c0599e3000fb7db4deaed04de4f9

Functions
Getter at block 22819555
decimals() view returns (uint8)
18
getTaxes() pure returns (uint256 salesTax, uint256 purchaseTax)
(salesTax=0, purchaseTax=0)
getTotalSupply() view returns (uint256)
45500000000000000000000000000
name() view returns (string)
đź’ŽBase Gems
symbol() view returns (string)
đź’ŽBASEGEMS
totalSupply() view returns (uint256)
45500000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
approve(address _spender, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Events
Approval(address indexed owner, address indexed spender, uint256 value) 
Transfer(address indexed from, address indexed to, uint256 value) 
Constructor
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply) 
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.