V for Vivek
Verified contract
Active on
Ethereum with 198 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
V | ERC-20 | 92.8593B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21067875 | 3 days ago | | | 0 | 0.00060412113 | |
| 20394216 | 3 months ago | | | 0 | 0.000025978776 | |
| 20313042 | 4 months ago | | | 0 | 0.0010287810 | |
| 20300834 | 4 months ago | | | 0 | 0.0017514431 | |
| 20236601 | 4 months ago | | | 0 | 0.00081351866 | |
| 20227751 | 4 months ago | | | 0 | 0.00020323506 | |
| 20227688 | 4 months ago | | | 0 | 0.00041067361 | |
| 20201648 | 4 months ago | | | 0 | 0.000095204528 | |
| 20201177 | 4 months ago | | | 0 | 0.000085007448 | |
| 20198313 | 4 months ago | | | 0 | 0.00021445481 |
ABI
ABI objects
Getter at block 21085909
MAX_SUPPLY() view returns (uint256)
1857186000000000000000000000000
RESERVED_SUPPLY() view returns (uint256)
92859300000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
V for Vivek
owner() view returns (address)
0x180dfbe5739d1a789a590fdc7b515d8f7f9d1340
reserveSentToVivek() view returns (bool)
false
symbol() view returns (string)
V
totalSupply() view returns (uint256)
1857186000000000000000000000000
vivekAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
sendToVivek()
setVivekAddress(address _vivekAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensSentToVivek(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
VivekAddressSet(address indexed newAddress)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()