VTPay Token
Verified contract
Active on
Ethereum with 12,427 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 |
---|---|---|---|---|---|
VTP | ERC-20 | 3.21904K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13492769 | 3 years ago | | | 0 | 0.0035245673 | |
| 13492724 | 3 years ago | | | 0 | 0.0026249669 | |
| 12497287 | 3 years ago | | | 0 | 0.0044194050 | |
| 12496393 | 3 years ago | | | 0 | 0.0015361830 | |
| 12496372 | 3 years ago | | | 0 | 0.0017677620 | |
| 12495030 | 3 years ago | | | 0 | 0.0012910410 | |
| 12435289 | 3 years ago | | | 0 | 0.0035229810 | |
| 12420049 | 3 years ago | | | 0 | 0.011301444 | |
| 12420016 | 3 years ago | | | 0 | 0.018817122 | |
| 12419325 | 3 years ago | | | 0 | 0.0061041750 |
ABI
ABI objects
Getter at block 21159942
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
VTPay Token
owner() view returns (address)
0xb1664f9570f54f4d868a12fdb82ac0215f2af1f4
symbol() view returns (string)
VTP
totalSupply() view returns (uint256)
3000000000000000000000000
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 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] addresses, uint256[] _value)
renounceOwnership()
sendToMany(address[] addresses, uint256 _value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.