TURBO_BTC_TOKEN_X5_LONG
Verified contract
Active on
Ethereum with 9 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 "TURBO_BTC_TOKEN_X5_LONG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8348319 | 5 years ago | | | 0 | 0.000064035000 | |
| 8348294 | 5 years ago | | | 0 | 0.0020538000 | |
| 8348238 | 5 years ago | | | 0 | 0.000064035000 | |
| 8348218 | 5 years ago | | | 0 | 0.0020538000 | |
| 8194466 | 5 years ago | | | 0 | 0.0012000000 | |
| 8121441 | 5 years ago | | | 0 | 0.000036345000 | |
| 8121422 | 5 years ago | | | 0 | 0.0030807000 | |
| 8121405 | 5 years ago | | | 0 | 0.0030000000 | |
| 8121392 | 5 years ago | | | 0 | 0.0016000000 |
ABI
ABI objects
Getter at block 21264604
decimals() view returns (uint8)
2
isOwner() view returns (bool)
false
name() view returns (string)
TURBO_BTC_TOKEN_X5_LONG
owner() view returns (address)
0xef07637aea1f0ab786d7925094884d00070fcf0f
symbol() view returns (string)
BTCX5L
totalSupply() view returns (uint256)
100000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
renounceOwnership()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string symbol_, string name_, uint8 decimals_, uint256 totalSupply, address owner, address supplyOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.