Gridcraft_Bits
Verified contract
Active on
Ethereum with 2,024 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 |
---|---|---|---|---|---|
BITS | ERC-20 | 7.5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20809933 | 2 months ago | | | 0 | 0.00039233632 | |
| 20768568 | 2 months ago | | | 0 | 0.000096340814 | |
| 20546606 | 3 months ago | | | 0 | 0.00013521447 | |
| 20489956 | 3 months ago | | | 0 | 0.00022037131 | |
| 20470047 | 3 months ago | | | 0 | 0.00035018206 | |
| 19829889 | 6 months ago | | | 0 | 0.00018121503 | |
| 19658043 | 7 months ago | | | 0 | 0.00023842204 | |
| 19647985 | 7 months ago | | | 0 | 0.00073968559 | |
| 19509288 | 8 months ago | | | 0 | 0.00036303624 | |
| 19421092 | 8 months ago | | | 0 | 0.0018356174 |
ABI
ABI objects
Getter at block 21229031
decimals() view returns (uint8)
18
name() view returns (string)
Gridcraft
owner() view returns (address)
0xddd29670c4b424df5b79c879e37c8939ecc835e7
symbol() view returns (string)
BITS
totalSupply() view returns (uint256)
2344174999999999999999949994
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hashTransaction(address _sender, uint256 _amount, uint256 _timestamp) pure returns (bytes32)
matchSignerAdmin(bytes32 _payload, bytes _signature) view returns (bool)
signTransaction(bytes32 _hash) pure returns (bytes32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount, uint256 _timestamp, bytes _signature)
renounceOwnership()
setSignerAddress(address _newSigner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.