Prometheum Prodigy
Verified contract
Active on
Ethereum with 9,614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,325.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PMPY | ERC-20 | 545.138538K | $0.004242 |
$2,312.24 | |
USDC | ERC-20 | 10 | $0.999365 |
$9.99 | |
MBX | ERC-20 | 934.030585 | $0.003928 |
$3.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237073 | a day ago | | | 0 | 0.0029894666 | |
| 21236774 | a day ago | | | 0 | 0.00089660121 | |
| 21236768 | a day ago | | | 0 | 0.0014033266 | |
| 21232777 | 2 days ago | | | 0 | 0.00028684062 | |
| 21229619 | 2 days ago | | | 0 | 0.00075802340 | |
| 21228701 | 2 days ago | | | 0 | 0.0012551609 | |
| 21227290 | 3 days ago | | | 0 | 0.0012854289 | |
| 21227115 | 3 days ago | | | 0 | 0.00049601980 | |
| 21225647 | 3 days ago | | | 0 | 0.0010086745 | |
| 21225577 | 3 days ago | | | 0 | 0.00047970587 |
ABI
ABI objects
Getter at block 21246366
decimals() pure returns (uint8)
18
dev() view returns (address)
0x5fd18a7195a81f7ad7273657aa098e1d70a99f36
feeRate() view returns (uint256)
5
feesEnabled() view returns (bool)
true
isPaused() view returns (bool)
false
maxTransfer() view returns (uint256)
0
maxTransferEnabled() view returns (bool)
false
name() pure returns (string)
Prometheum Prodigy
owner() view returns (address)
0x75e75ec01ca2d6af404659f33a60fbc3322d7e62
rTotal() view returns (uint256)
111431839284109192879182189725395674678808327269363431858366309127432535541449
reflectRate() view returns (uint256)
2
symbol() pure returns (string)
PMPY
totalReflections() view returns (uint256)
39992608573486848828628357
totalSupply() view returns (uint256)
623015920816746578452477545
Read-only
_excluded(uint256) view returns (address)
_isExcluded(address) view returns (bool)
_isExcludedFromFees(address) view returns (bool)
_isExcludedFromMax(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
rOwned(address account) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
changeDev(address newDev)
changeTaxes(uint256 newFee, uint256 newReflect)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableMaxTransfer()
enableMaxTransfer(uint256 _max)
excludeAccount(address account)
excludeFromFees(address user)
excludeFromMax(address user)
flipFees()
flipPause()
includeAccount(address account)
includeToFees(address user)
includeToMax(address user)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _toMint, address _dev)
This contract contains no fallback and receive objects.
This contract contains no error objects.