Venture Capital for Vitalik's Chicks

Verified contract

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

No balances found for "Venture Capital for Vitalik's Chicks"

0x1e702899e2ab13f66297d7fbc64ef76d2abd1a4f0f702b6f7860f84eb5b67d7f
0x9e259abfb8dde4cb6625077d7b79b532679a91b44d6aa8cf491be8f15d870a04
0xb216fcd45a0d51b9b10c8ceb27fbd8d57d928e4cc6b58ebf2b2621671ff000bf
0x2b6750747c13882fcb92530f85ba9f1dd933681636831e2b326def5efe5c86ca
0x0e3b4473014c12f99e6671202de898887fa4e71cdac407724093b42ef406fdf2
0x4043c70580477be39ecee27e24affd18925273719210d4bfadfc4aed454ab217
0xbf3b39632fd7c61fd4dbf130a7af3265da7a5b0db308701fdb14d02d2904ca43
0x6f586fd64c47faaf86973b33d88a00299231bab2a98600a79da6503a7d0057dd
0xdacf82a0dccd5fe8c69686ab42075942a06e6522b36c166e58092701f7f7f156
0x34c5ee0e88390b14bd4dfeb0b64982dea57a824062624666a7a78ffc292c99b0

Functions
Getter at block 20978119
decimals(pure returns (uint8)
9
name(view returns (string)
Venture Capital for Vitalik's Chicks
symbol(view returns (string)
VC
totalSupply(view returns (uint256)
10000000000000000000
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(uint256 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