VotePumpCoin0x
Verified contract
Active on
Ethereum with 16,100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,352.32 |
$0 | |
VPC0x | ERC-20 | 185.845745 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9572966 | 5 years ago | | | 0 | 0.00018640000 | |
| 9395388 | 5 years ago | | | 0 | 0.00012600000 | |
| 8471616 | 5 years ago | | | 0 | 0.000086368000 | |
| 8462072 | 5 years ago | | | 0 | 0.00025117500 | |
| 8452941 | 5 years ago | | | 0 | 0.0012558750 | |
| 8375561 | 5 years ago | | | 0 | 0.000092097500 | |
| 8118105 | 5 years ago | | | 0 | 0.000050000000 | |
| 7830201 | 5 years ago | | | 0 | 0.000083725000 | |
| 7824855 | 5 years ago | | | 0 | 0.000083725000 | |
| 7741198 | 6 years ago | | | 0 | 0.000083725000 |
ABI
ABI objects
Getter at block 21166897
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
false
name() view returns (string)
VotePumpCoin0x
symbol() view returns (string)
VPC0x
totalDistributed() view returns (uint256)
18047816814877997504599863
totalRemaining() view returns (uint256)
27952183185122002495400137
totalSupply() view returns (uint256)
46000000000000000000000000
value() view returns (uint256)
179521831850676930522
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events VPC0x()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawVPC0xTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.