VIC ZeroGas
VIC ZeroGas is the runtime feature to perform gas-less transaction with VRC25 token
Last updated
VIC ZeroGas is the runtime feature to perform gas-less transaction with VRC25 token
Last updated
VIC ZeroGas enables gas-less transaction for VRC25 by requiring the owner to deposit VIC to VRC25Issuer contract. So when there is transaction call to VRC25 token, the gas fee will be paid by the owner. Please note that internal call to VRC25 token won't be gas-sponsored.
The owner of VRC25 token must call apply
function of VRC25Issuer
contract at after deployment in order to register for VIC ZeroGas. If a contract didn't register VIC ZeroGas yet, the transaction fee must be paid by the user who perform the transaction.
When the VIC for the VRC25 token is exhausted, user will pay gas for it normally unless the owner deposit more VIC.
Smart-contract that meet .
10 VIC for first time registration.
The owner of VRC25 token must call apply
function of VRC25Issuer
contract at
The owner of VRC25 token must call apply
function of VRC25Issuer
contract at
The VIC testnet token can be found via faucet:
The VICIssuer testnet:
The and for VRC25Issuer contract can be found in .