BlockStorage
Verified contract
Active on
Ethereum with 4 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 |
---|---|---|---|---|---|
BLOCKS | ERC-20 | 179.9981M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5750309 | 6 years ago | | | 0 | 0.0018709940 | |
| 5750137 | 6 years ago | | | 0 | 0.00099978500 | |
| 5750129 | 6 years ago | | | 0 | 0.0010686240 | |
| 5750112 | 6 years ago | | | 0 | 0.0014990830 |
ABI
ABI objects
Getter at block 21303643
allowTransfer() view returns (bool)
true
decimals() view returns (uint8)
18
mintableAddress() view returns (address)
0xf737803529f11d6e741119c42393cdec4a710916
name() view returns (string)
BlockStorage
symbol() view returns (string)
BLOCKS
totalSupply() view returns (uint256)
180000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value)
changeTransfer(bool allowed)
mintToken(address to, uint256 amount) returns (bool success)
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)
Burn(address indexed burner, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address sale_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.