Rebase

Verified contract

Active on Ethereum with 1,564 txns
Deployed by via 0x2f71b175 at 17823266
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rebase"

0x555e28f922ddb23421cbb59d48266e4b2dc5a9d2185d68766541ef1eac90ea0c
0x72147d9ba78a3d193bfcbf94b94c064d0bb6a47c3151c16b54068347385b72ea
0x8d1744e07916cc88883e129b895ad355a178c29b7a578d92d656a2a009f9529d
0x4097f2bcdcbd2b4d588839f81395c0bc62892f9bf3b3ed1716038bc831e60fd7
0x9f8fce9b2b6e484a0062e9567f8b64d209ee13361e12d8d4513c0b8991578280
0x061453995fe45ed54cffe07f1e62dd78f6770a8faf236c534fe25268c3438a0d
0x1e9a7d3ce21a73735c49292a8f2c3fe1995115ebe12af7489e238bf03d867431
0x4b8f5ccf68b344dfdfff9c54124d8a3fc5e5f5c9519a9c78114cea8081e1f0f9
0x3dd341913e587a19d17fe15a16eefff611136fd7dfc1484d7d51ea5f1ad1d192
0xbe566383112d9d04e9957a1fa748da262d064438f28afc631e023d74af10640d

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isTaxExempt(addressview returns (bool)
shouldTakeTax(address senderaddress recipientview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setPair(address pair_
setTax(uint256 tax_
setTaxExempt(address account_bool isTaxExempt_
setTaxManager(address taxManager_
setTaxRecipient(address taxRecipient_
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address mintRecipient_address taxRecipient_address taxManager_uint256 tax_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidConfig(
NotAllowed(