BITGET GET IT.

Verified contract

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

No balances found for "BITGET GET IT."

0xa082980f320fea388adf1ae2630d052913c2c6519cd009ee822a1466a71eefad
0x7ed0357c9799f6b35bf4714f84668e1a9e40b3a6580141b474eccbbfe5c0fada
0x85d5de883709884eb663ca27dc44d887cfd790e1d542c3dc0d2b71ae4c22d124
0xf19133333b9ed0534969bdced1a4b2f3b352b715d3f4d2311a137119a3bb964a
0xd4b8ab4bd48f16e584d91a736a3a0f44e930b43f5f86f528e2f9caff96dd0278
0x1376ddab1103afdb9a2f114e8bbfcdc0cdb364dce43ca7759184c3af4cbf18cb
0xb62b56a00eb7701b3dfabdff321837369d7d25f253c98b57c1c09333ed6dd8de
0x3d1326aea5f135a099f4e077772e2314498568e702b9f6449e571fe1c5db19a1

Functions
Getter at block 23288254
decimals(view returns (uint8)
18
name(view returns (string)
BITGET GET IT.
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BIGETIT
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)
gmgm(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
wassup(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account