GemVault Coin
Verified contract
Active on
Ethereum with 1,198 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GemVault Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17879731 | a year ago | | | 0 | 0.0020491635 | |
| 13395735 | 3 years ago | | | 0 | 0.0060747201 | |
| 13252589 | 3 years ago | | | 0 | 0.0037973001 | |
| 13206472 | 3 years ago | | | 0 | 0.0033100941 | |
| 11637038 | 4 years ago | | | 0 | 0.0039260400 | |
| 11374764 | 4 years ago | | | 0 | 0.0021589261 | |
| 11374471 | 4 years ago | | | 0 | 0.0018499821 | |
| 10744297 | 4 years ago | | | 0 | 0.0038834180 | |
| 10704665 | 4 years ago | | | 0 | 0.011823798 | |
| 10654046 | 4 years ago | | | 0 | 0.0077182380 |
ABI
ABI objects
Getter at block 21294405
MAX_WHITELISTED_COUNT() view returns (uint256)
5
PERCENT_DELIMITER() view returns (uint256)
1000
collector() view returns (address)
0x3a1116594eecf36d8811469eb97a2b2ccb7cfd97
commission() view returns (uint256)
0
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
GemVault Coin
owner() view returns (address)
0x6e617119909b5a03dc381c16eb68846f6cb458c1
symbol() view returns (string)
GVC
totalSupply() view returns (uint256)
35000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
whitelist(uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
drop(address[] _participants, uint256 _value)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resetCommission()
setCollector(address _collector)
setCommission(uint256 _commission)
setWhitelist(address[] _whitelist)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
CommissionUpdated(uint256 newCommission)
FeeCollected(address indexed from, address indexed to, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _commission, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.