VaultGuardianToken
Verified contract
Active on
Ethereum with 1,881 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298983 | 18 hours ago | | | 0 | 0.00034697878 | |
| 21218294 | 12 days ago | | | 0 | 0.00044445134 | |
| 21081581 | a month ago | | | 0 | 0.00045111494 | |
| 20997850 | a month ago | | | 0 | 0.00029202714 | |
| 20997824 | a month ago | | | 0 | 0.00044453932 | |
| 20886812 | 2 months ago | | | 0 | 0.0011057101 | |
| 20886809 | 2 months ago | | | 0 | 0.0010468149 | |
| 20679689 | 3 months ago | | | 0 | 0.00055252680 | |
| 20676769 | 3 months ago | | | 0 | 0.00013157630 | |
| 20585790 | 3 months ago | | | 0 | 0.000048807858 |
ABI
ABI objects
Getter at block 21304342
decimals() view returns (uint8)
18
multiSendLimit() view returns (uint256)
220
name() view returns (string)
Vault Guardian Token
owner() view returns (address)
0x6080e870943134d78fc5bda619aa808748edf764
pausedTransfers() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VGT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
burn(uint256 _value)
claimOwnership()
claimTokens(address _token, address _to)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
multisend(address[] _recipients, uint256[] _balances)
renounceOwnership()
setMultisendLimit(uint256 _newLimit)
setPausedTransfers(bool _state)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value, bytes _data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Multisended()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
TransferPaused(bool status)
constructor()
fallback()
This contract contains no error objects.