Alchemist
Verified contract
Active on
Ethereum with 38,538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 3.066212K | $0.999819 |
$3,065.66 | |
DPI | ERC-20 | 5.002594 | $96.18 |
$481.15 | |
USDT | ERC-20 | 294.700892 | $1.001 |
$295 | |
⚗️ | ERC-20 | 253.015451 | $0.763144 |
$193.09 | |
USDC | ERC-20 | 4.5 | $1.00 |
$4.5 | |
JEX | ERC-20 | 682.6179 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245081 | 4 hours ago | | | 0 | 0.00077467243 | |
| 21245021 | 5 hours ago | | | 0 | 0.00074257494 | |
| 21243148 | 11 hours ago | | | 0 | 0.00057550109 | |
| 21242783 | 12 hours ago | | | 0 | 0.00066190507 | |
| 21241543 | 16 hours ago | | | 0 | 0.00046932952 | |
| 21240513 | 20 hours ago | | | 0 | 0.00052174268 | |
| 21239854 | a day ago | | | 0 | 0.00056380620 | |
| 21239815 | a day ago | | | 0 | 0.00052825738 | |
| 21235042 | 2 days ago | | | 0 | 0.00050358235 | |
| 21228898 | 2 days ago | | | 0 | 0.00049388006 |
ABI
ABI objects
Getter at block 21246423
ADMIN_CONFIG_ID() view returns (bytes32)
0xa729ef4e25027bc652fc8b5c4d1d902947361fa7c8e7b4905e877823f27331b3
DOMAIN_SEPARATOR() view returns (bytes32)
0x561d3e62b3d53d038b3a5c43708c131dd451bc4c423b8b1a01391d9df54d3e32
EPOCH_DURATION_CONFIG_ID() view returns (bytes32)
0x322c05de6115faacfacfbb9e9dba1e2783b1b27705406d17d876122098819d3b
INFLATION_BPS_CONFIG_ID() view returns (bytes32)
0x5e06cfb937811754a8f7cce232ff752da7656d6b44b63c8dd1c0b2a2cd01c3ec
RECIPIENT_CONFIG_ID() view returns (bytes32)
0x9e4b78fbafcf1409bcad5ea4e306cb9e24dd8084dc2a168e004bb04a5b0dc2d9
TIMELOCK_CONFIG_ID() view returns (bytes32)
0x8bdc034209cd34465f1fe5127e9f4c5350103200f3bf7dc8daa75003ccf585e0
decimals() view returns (uint8)
18
getAdmin() view returns (address admin)
0xf3e48a2b1b9808f66321fb1eb385c86d2486dd6a
getConfigCount() view returns (uint256 count)
5
getEpochDuration() view returns (uint256 epochDuration)
1209600
getInflationBps() view returns (uint256 inflationBps)
100
getPendingCount() view returns (uint256 count)
5
getRecipient() view returns (address recipient)
0xebf421c83069143f3bd29a5c690df97cc261e49c
getTimelock() view returns (uint256 timelock)
2419200
name() view returns (string)
Alchemist
symbol() view returns (string)
⚗️
totalSupply() view returns (uint256)
2497848916965104749977762
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
calculateConfigID(string name) pure returns (bytes32 configID)
getConfig(bytes32 configID) view returns (struct ITimelockConfigConfig config)
getConfigByIndex(uint256 index) view returns (struct ITimelockConfigConfig config)
getPending(bytes32 configID) view returns (struct ITimelockConfigPendingRequest pendingRequest)
getPendingByIndex(uint256 index) view returns (struct ITimelockConfigPendingRequest pendingRequest)
isConfig(bytes32 configID) view returns (bool status)
isPending(bytes32 configID) view returns (bool status)
nonces(address owner) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events advance()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
cancelChange(bytes32 configID)
confirmChange(bytes32 configID)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
requestChange(bytes32 configID, uint256 value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Advanced(uint256 epoch, uint256 supplyMinted)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeCanceled(bytes32 configID, uint256 value)
ChangeConfirmed(bytes32 configID, uint256 value)
ChangeRequested(bytes32 configID, uint256 value)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin, address recipient, uint256 inflationBps, uint256 epochDuration, uint256 timelock, uint256 supply, uint256 epochStart)
This contract contains no fallback and receive objects.
This contract contains no error objects.