PrometheusDAO
Verified contract
Active on
Ethereum with 20 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 "PrometheusDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20840694 | 2 months ago | | | 0 | 0.00075531416 | |
| 20840584 | 2 months ago | | | 0 | 0.00061661642 | |
| 20840572 | 2 months ago | | | 0 | 0.00083633344 | |
| 20840568 | 2 months ago | | | 0 | 0.00077170604 | |
| 20840493 | 2 months ago | | | 0 | 0.00066484752 | |
| 20840491 | 2 months ago | | | 0 | 0.00062851175 | |
| 20840490 | 2 months ago | | | 0 | 0.00076784813 | |
| 20840489 | 2 months ago | | | 0 | 0.00057458576 | |
| 20840486 | 2 months ago | | | 0 | 0.00075706497 | |
| 20840486 | 2 months ago | | | 0 | 0.0051771300 |
ABI
ABI objects
Getter at block 21212337
PRM_SUPPLY_CAP() view returns (uint256)
1000000000000000000
PRM_SUPPLY_MAX() view returns (uint256)
1000000000000000000
UNISWAP_FEETIER() view returns (uint24)
3000
blockStart() view returns (uint256)
20840442
decimals() view returns (uint8)
18
epochStart() view returns (uint256)
1727421815
getUniswapV3PoolFee() pure returns (uint24)
3000
name() view returns (string)
PrometheusDAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PRM
totalSupply() view returns (uint256)
999999999999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 amount)
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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)