vGBP
Verified contract
Proxy
Active on
Ethereum with 112 txns
Unified storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "vGBP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171801 | 16 days ago | | | 0 | 0.0024623627 | |
| 21171783 | 16 days ago | | | 0 | 0.0027738510 | |
| 21164615 | 17 days ago | | | 0 | 0.0017132414 | |
| 21164601 | 17 days ago | | | 0 | 0.0017226749 | |
| 21139196 | 20 days ago | | | 0 | 0.00036930274 | |
| 21135463 | 21 days ago | | | 0 | 0.00042593526 | |
| 21135459 | 21 days ago | | | 0 | 0.00042770546 | |
| 21079293 | a month ago | | | 0 | 0.0030037840 | |
| 20920194 | 2 months ago | | | 0 | 0.0011916499 | |
| 20792309 | 2 months ago | | | 0 | 0.0024880933 |
ABI
ABI objects
Getter at block 21283031
decimals() view returns (uint8 decimals_)
18
defaultOperators() view returns (address[])
[0x6364d4f283601d4Beb170DcDF0080b84E056389A]
granularity() view returns (uint256 granularity_)
1
name() view returns (string name_)
vGBP
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string symbol_)
vGBP
tokenState() view returns (uint256 totalSupply)
1010586716284424816036515
totalSupply() view returns (uint256 totalSupply_)
1010586716284424816036515
usdRateSetter() view returns (address)
0x0000000000000000000000000000000000000000
vowContract() view returns (address)
0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb
Read-only
allowance(address _holder, address _spender) view returns (uint256 remaining_)
balanceOf(address _holder) view returns (uint256 balance_)
canLift(address) view returns (bool)
isOperatorFor(address _operator, address _holder) view returns (bool isOperatorFor_)
partnerContracts(bytes32) view returns (address)
proxyProofs(bytes32) view returns (bool)
skipTier1Burn(address) view returns (bool)
tier1BurnVSC(uint256) view returns (uint256)
usdRate(uint256) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success_)
authorizeOperator(address _operator)
burn(uint256 _amount, bytes _data)
lift(address _liftAccount, uint256 _amount, bytes _data)
mint(address _to, uint256 _amount)
operatorBurn(address _from, uint256 _amount, bytes _data, bytes _operatorData)
operatorSend(address _from, address _to, uint256 _amount, bytes _data, bytes _operatorData)
revokeOperator(address _operator)
send(address _to, uint256 _amount, bytes _data)
setLiftPermission(address _liftingAddress, bool _canLift)
setMintPermission(address _contract, bool _canMint)
setOwner(address _owner)
setPartnerContract(bytes32 _keyHash, address _partnerContract)
setSkipTier1Burn(address _skipTier1BurnAddress, bool _skipTier1Burn)
setTier1BurnVSC(uint256 _numVSCBurned, uint256 _numVSCSent)
setUSDRate(uint256 _numTokens, uint256 _numUSD)
setUSDRateSetter(address _usdRateSetter)
tokensReceived(address, address, address, uint256 _amount, bytes _data, bytes)
transfer(address _to, uint256 _value) returns (bool success_)
transferFrom(address _from, address _to, uint256 _value) returns (bool success_)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedMinter(address minter)
AuthorizedOperator(address indexed operator, address indexed holder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
LogLiftPermissionSet(address indexed liftingAddress, bool canLift)
LogMintPermissionSet(address indexed contractAddress, bool canMint)
LogOwnershipTransferred(address indexed owner, address indexed newOwner)
LogPartnerContractSet(bytes32 indexed keyHash, address indexed partnerContract)
LogProxiedTokens(address indexed from, address indexed to, uint256 amount, bytes data, uint256 nonce, bytes proof)
LogSkipTier1BurnSet(address indexed skipTier1BurnAddress, bool skipTier1Burn)
LogTier1BurnVSCUpdated(uint256[2] ratio)
LogUSDRateSet(uint256 numTokens, uint256 numUSD)
LogUSDRateSetterSet(address indexed usdRateSetter)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedMinter(address minter)
RevokedOperator(address indexed operator, address indexed holder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed holder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed holder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256[2] _initialVSCUSD, address _vowContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.