BITV2008

Verified contract

Active on Ethereum with 82 txns
Deployed by via 0x7decd7d1 at 20835923
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BITV2008"

0x28b57b2548c24d3f5e324c3e3c47b9520140a278c018157b0f165a67b96408f4
0x1a795cb29331c73ea33c16c5219809e0c1250f7a1dcf06c010ed416e15c1f6f5
0x0cce37c861d1bbf5ddcf1724fb4d754c1d95688734cf2788a78030467ce4a942
0xb6bcd5f3cbe7f98c3ff1c35e498dd7aba0a76a706f8e5a2e81133cb0ef1e9f24
0xa221cefc4a180619d2600ba1589f5aed1d5775def77874993e2d72f7c3aa29ea
0xd4da2b6d764b7d491d864c822880166893d260bf5440a19b669598a793565c4b
0x841804ac82e824bfe21525ce6ef59948b6ac3a6bdf2efb083d0a1c998837e348
0xea8679b32749e365162c72d1d4be154c1dfef3d983fae8c93abba9217eafb347
0x1118a5507cb0a2a5f3a2c6b800dc01f386d43feb02ce14ba906f021e47881968
0xd6cf14d4a9bbbda8cd910554e72ca638bcad2ff5518f7c900a56dcf5430db909

Functions
Getter at block 21415912
decimals(view returns (uint8)
18
name(view returns (string)
BITV2008
symbol(view returns (string)
BITV
totalSupply(view returns (uint256)
8000000000000000000000000000
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(
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