Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Altar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20444109 | 3 months ago | | | 0 | 0.000043192080 | |
| 19036616 | 10 months ago | | | 0 | 0.0014084475 | |
| 18741926 | a year ago | | | 0 | 0.0012560792 | |
| 18564914 | a year ago | | | 0 | 0.0020903041 | |
| 18557211 | a year ago | | | 0 | 0.0026960582 | |
| 18554195 | a year ago | | | 0 | 0.00083446341 | |
| 18554182 | a year ago | | | 0 | 0.00052135120 | |
| 18537585 | a year ago | | | 0 | 0.0011208922 | |
| 18537585 | a year ago | | | 0 | 0.0011236052 | |
| 18533844 | a year ago | | | 0 | 0.00084426227 |
ABI
ABI objects
Getter at block 21167833
BASE() view returns (uint256)
1000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
REBASER_ROLE() view returns (bytes32)
0x5fde63b561377d1441afa201ff619faac2ff8fed70a7fbdbe7a5cb07768c0b75
altarsScalingFactor() view returns (uint256)
69093046709973831
decimals() view returns (uint8)
18
initSupply() view returns (uint256)
3012906734581051824564969562161238195774
internalDecimals() view returns (uint256)
1000000000000000000000000
maxScalingFactor() view returns (uint256)
38432019122363314612581028153999244376
name() view returns (string)
Altar
owner() view returns (address)
0x433c14158f617312e02ce6c079da8cf645c4c6fc
rebaseActivated() view returns (bool)
true
shouldRebase() view returns (bool)
true
symbol() view returns (string)
ALTR
toggleLimits() view returns (bool)
true
totalSupply() view returns (uint256)
208170905745203341239260915842937
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner_, address spender) view returns (uint256)
altarToFragment(uint256 altar) view returns (uint256)
ammPairs(address) view returns (bool)
balanceOf(address who) view returns (uint256)
balanceOfUnderlying(address who) view returns (uint256)
excludedMaxTxAmount(address) view returns (bool)
excludedMaxWalletAmount(address) view returns (bool)
fragmentToAltar(uint256 value) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
mintUnderlying(address to, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebase(uint256 indexDelta, bool positive) returns (uint256)
renounceOwnership()
renounceRole(bytes32 role, address account)
rescueTokens(address token, address to, uint256 amount) returns (bool)
revokeRole(bytes32 role, address account)
setAmmPair(address pair, bool value)
setExcludedMaxTxAmount(address wallet, bool value)
setExcludedMaxWalletAmount(address wallet, bool value)
setMaxTxAmount(uint256 amount)
setMaxWalletAmount(uint256 amount)
setRebaseActivated(bool value)
setRebaseDeltaBlock(uint256 value)
setToggleLimits(bool value)
setTradingEnabled(bool value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferUnderlying(address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address from, uint256 amount)
Mint(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebase(uint256 epoch, uint256 prevAltarsScalingFactor, uint256 newAltarsScalingFactor)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _factory, address weth)
This contract contains no fallback and receive objects.
This contract contains no error objects.