BITV2008

Verified contract

Active on Ethereum with 68 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"

0x04f96dc7d78330bb0f181d97e446f682a6d75475e6558660ea3e8c7e7b13ac74
0xc000be9955e1504bc9a2312fb13f6c7cace53a32ed39623e96b03b134bfb354e
0xa5a5d454d71a19882654874ca2776c60eac48d4b32989fc0f4e405b13e51c7de
0xbd88f9be3c708739057a7c0f83d83d7a1c09c3a1fd0586c4cd4d39be4c1597fa
0x09c56d390b14390772097d914317359d972f874591142782c130167a0972311a
0xe199b624f6c449720ffd3eb519d8df31cae26ba9cdbb9cee37f16e4c570c733d
0xb14fc23454414ddfda9c9fa3db6991b3393b3eb10b995e4bd46f76b3ef5d6bfd
0xe42e2c526cbad5451b12e411db6d8ee33a7c80a18bf3b91dc91672f5becfb6db
0xc0a0816f2c4318142f65d6052c9d58e117d8a2bda13b558181190daa57e79225
0x28e8eb8a766e8cd569d2aaa7289989bc7972bd9fbc3ed7a428691256ed02d59d

Functions
Getter at block 20945880
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