BITCON

Verified contract

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

No balances found for "BITCON"

0x0d3103c07830d4cbf1e41aba2e3e88873d25fe40d4953ff10cf98590d2ff219d
0x5a921fe92d1cc04fa1468cf6440a65553902c7fed57c3e2424e7cbe4cbff96b5
0xaca31736e0d6f0e8e55839d41b35535b52dd6e93827393d3c1b6795bb2b8010d
0xd3206f876d957ee87f14e71999ff3e346892b8d3937d239a4414c557e8f394ac
0x4302af0c62b5c40f4876a2781d04d46571b30b1f2e6015e5c36fc639fb67bc35
0xc1848a9420ed92743ad303194c131a7f578ff53816ab9459c63364d90a4aee78
0xf952c10c119569868d5781b3e5eafb9b8d5eb3e060fb7dffb7795f32013fe7aa
0x7922957e7d9ccd9acefc704e9942d449d8f7d9153869f30734bdefa747022387
0xae11c5a4f83513a3e603ad50e44599aa94f79c7638e6b51d8b241c381fb5275d
0x62bc9366c9e224bff27e6980ffff75ddcfc1fe595591c3adfccc1c48fd9596f5

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