Bitcoin Reverse
Verified contract
Active on
Ethereum with 168 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 "Bitcoin Reverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17010381 | 2 years ago | | | 0 | 0.00047387294 | |
| 16554469 | 2 years ago | | | 0 | 0.00060961755 | |
| 16554403 | 2 years ago | | | 0 | 0.00097500028 | |
| 16552311 | 2 years ago | | | 0 | 0.0017518748 | |
| 16339498 | 2 years ago | | | 0 | 0.00067647750 | |
| 16329663 | 2 years ago | | | 0 | 0.00078331680 | |
| 16329294 | 2 years ago | | | 0 | 0.0011603789 | |
| 16328302 | 2 years ago | | | 0 | 0.00083673011 | |
| 16328231 | 2 years ago | | | 0 | 0.00093885624 | |
| 16328137 | 2 years ago | | | 0 | 0.00093132824 |
ABI
ABI objects
Getter at block 21212424
_getBurnFee() view returns (uint256)
100
_getTaxFee() view returns (uint256)
0
decimals() view returns (uint8)
18
isPaused() view returns (bool)
false
max_tx_size() view returns (uint256)
220000000000000000000000
name() view returns (string)
Bitcoin Reverse
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CTB
totalBurn() view returns (uint256)
1368028979225768033676650
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
19631971020774231966323350
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAllowed(address) view returns (bool)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events _setBurnFee(uint256 burnFee)
_setTaxFee(uint256 taxFee)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxTxAmount(uint256 newMax)
toggleAllowed(address addr)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
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.