BITCON

Verified contract

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

No balances found for "BITCON"

0xd9dd3debe12aa8c1605067150cd43d71c019f2cdb252a3eaaeec84dcf1ba097b
0xe430ac4759cbab32b3d110f772ed9d4a0ededf07659585e884b16b1107e947f0
0x51fddf9d55a4dcff86632f1f5a08fb3e490457a26979cbdb87329d282a98517e
0x359c77ec8a2766c2f8bec681ca290f94bd96843fe428d30cebe1bd12d97315f8

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