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 "Rebase"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20830794 | 2 months ago | | | 0 | 0.00091292652 | |
| 20686601 | 2 months ago | | | 0 | 0.00032085800 | |
| 20664540 | 2 months ago | | | 0 | 0.00067567216 | |
| 20595675 | 3 months ago | | | 0 | 0.000048619669 | |
| 20504582 | 3 months ago | | | 0 | 0.000088692118 | |
| 20220086 | 4 months ago | | | 0 | 0.00030756180 | |
| 20043544 | 5 months ago | | | 0 | 0.00020883577 | |
| 19911632 | 6 months ago | | | 0 | 0.00063812268 | |
| 19808586 | 6 months ago | | | 0 | 0.00020038989 | |
| 19156751 | 9 months ago | | | 0 | 0.00033697419 |
ABI
ABI objects
Getter at block 21166589
decimals() view returns (uint8)
18
name() view returns (string)
Rebase
owner() view returns (address)
0x3d77f4ce8ccb01bba6d2430925b41cf843874c24
pair() view returns (address)
0x8a4c8008837366d5942d2fa96d98f55caf3adca9
symbol() view returns (string)
REBASE
tax() view returns (uint256)
5
taxManager() view returns (address)
0x442d3ee253aece934a09974e6c12ac110ef89a4b
taxRecipient() view returns (address)
0x442d3ee253aece934a09974e6c12ac110ef89a4b
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isTaxExempt(address) view returns (bool)
shouldTakeTax(address sender, address recipient) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPair(address pair_)
setTax(uint256 tax_)
setTaxExempt(address account_, bool isTaxExempt_)
setTaxManager(address taxManager_)
setTaxRecipient(address taxRecipient_)
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(address mintRecipient_, address taxRecipient_, address taxManager_, uint256 tax_)
This contract contains no fallback and receive objects.
InvalidConfig()
NotAllowed()