Bitgear
Verified contract
Active on
Ethereum with 9,982 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22,846.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QNT | ERC-20 | 193.341996 | $64.34 |
$12,439.62 | |
USDT | ERC-20 | 10.45985K | $0.994851 |
$10,405.99 | |
SRM | ERC-20 | 20.58609 | $0.029537 |
$0.61 | |
OM | ERC-20 | 375K | -- | -- | |
GEAR | ERC-20 | 131.668527K | -- | -- | |
GEAR | ERC-20 | 16.224418K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161932 | a day ago | | | 0 | 0.00066375930 | |
| 21161874 | a day ago | | | 0 | 0.00089204804 | |
| 21032666 | 19 days ago | | | 0 | 0.00025971636 | |
| 20988767 | 25 days ago | | | 0 | 0.00040624934 | |
| 20867491 | a month ago | | | 0 | 0.00013957161 | |
| 20609291 | 3 months ago | | | 0 | 0.000038286847 | |
| 20446768 | 3 months ago | | | 0 | 0.000069604500 | |
| 20409780 | 3 months ago | | | 0 | 0.000038822343 | |
| 20409777 | 3 months ago | | | 0 | 0.000064372251 | |
| 20301335 | 4 months ago | | | 0 | 0.00016579557 |
ABI
ABI objects
Getter at block 21171069
CONTINUE_MINTING() view returns (bool)
true
PAUSED() view returns (bool)
false
TARGET_USER() view returns (address)
0x787526c380f432e327b6653bb0e1513df792fb9b
TOKEN_DECIMALS() view returns (uint256)
18
TOKEN_DECIMALS_UINT8() view returns (uint8)
18
TOKEN_DECIMAL_MULTIPLIER() view returns (uint256)
1000000000000000000
TOKEN_NAME() view returns (string)
Bitgear
TOKEN_SYMBOL() view returns (string)
GEAR
decimals() pure returns (uint8 _decimals)
18
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
true
name() pure returns (string _name)
Bitgear
owner() view returns (address)
0xcdbddb2ab2929a64e5dda975e74da358abe56f7d
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
GEAR
totalSupply() view returns (uint256)
91000000000000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Initialized()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.