blocktrade.com
Verified contract
Active on
Ethereum with 11,994 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 |
---|---|---|---|---|---|
FZB | ERC-20 | 10 | -- | -- | |
PCPie | ERC-20 | 2 | -- | -- | |
STT | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0028 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14782175 | 2 years ago | | | 0 | 0.0012012300 | |
| 13300584 | 3 years ago | | | 0 | 0.0031489857 | |
| 13290017 | 3 years ago | | | 0 | 0.0030436101 | |
| 13289997 | 3 years ago | | | 0 | 0.0030436101 | |
| 13289987 | 3 years ago | | | 0 | 0.0030463453 | |
| 13289960 | 3 years ago | | | 0 | 0.0030463453 | |
| 13289957 | 3 years ago | | | 0 | 0.0030436101 | |
| 13287769 | 3 years ago | | | 0 | 0.0019179417 | |
| 13287760 | 3 years ago | | | 0 | 0.0047706240 | |
| 13284192 | 3 years ago | | | 0 | 0.0037106920 |
ABI
ABI objects
Getter at block 21161922
airDropFinished() view returns (bool)
false
blockLock() view returns (uint256)
5571500
decimals() view returns (uint8)
18
getFreezeSinceDetails() view returns (uint256 frozenSinceBlock, string notice)
(frozenSinceBlock=115792089237316195423570985008687907853269984665640564039457584007913129639935, notice=)
getFreezeUntilDetails() view returns (uint256 frozenUntilBlock, string notice)
(frozenUntilBlock=115792089237316195423570985008687907853269984665640564039457584007913129639935, notice=/)
initialSupply() view returns (uint256)
57746762000000000000000000
name() view returns (string)
blocktrade.com
owner() view returns (address)
0x2d6fb93c9fbf434c31f2009c7e372a8c8dc72313
supply() view returns (uint256)
57746762000000000000000000
symbol() view returns (string)
BTT
tokenDecimals() view returns (uint8 _tokenDecimals)
18
tokenFrozenSinceBlock() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
tokenFrozenSinceNotice() view returns (string)
tokenFrozenUntilBlock() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
tokenFrozenUntilNotice() view returns (string)
/
tokenName() view returns (string _tokenName)
blocktrade.com
tokenSymbol() view returns (string _tokenSymbol)
BTT
totalSupply() view returns (uint256 _totalSupply)
57746762000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 accountBalance)
isRestrictedAddress(address _queryAddress) view returns (bool answer)
State-modifying
Events airDrop(address _beneficiary, uint256 _tokens) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
editRestrictedAddress(address _restrictedAddress, bool _restrict)
endAirDrop() returns (bool success)
freezeTransfersSince(uint256 _frozenSinceBlock, string _freezeNotice) returns (bool success)
freezeTransfersUntil(uint256 _frozenUntilBlock, string _freezeNotice) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreezeTransfersSince(string _unfreezeNotice) returns (bool success)
unfreezeTransfersUntil(string _unfreezeNotice) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
TokenFrozenSince(uint256 _frozenSinceBlock, string _reason)
TokenFrozenUntil(uint256 _frozenUntilBlock, string _reason)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.