ViperCoin

Verified contract

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

No balances found for "ViperCoin"

0x1cc94531fab0cd5103bcb223d8fbe5d63b7f8e446bf892394f73c174022158a2
0x3d894e20c4501b1718262033fbfa767e8d3b31758619100ce7e906eb89be8f17
0x452742a28c532339fccea1c560591d97bf71d9ed17c5b07f0d83904d0ba01ff0
0xd9ca45b55ec5327901fb64a73a0c1660561624b3a1289f3e12a2ed7fdfd294b4

Functions
Getter at block 21862192
decimals(view returns (uint8)
18
name(view returns (string)
ViperCoin
symbol(view returns (string)
COWARDS
totalSupply(view returns (uint256)
6000000000000000000000000
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 value
ERC20InsufficientBalance(address owneruint256 balanceuint256 value
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender