ProdigyBot
Verified contract
Active on
Ethereum with 3,392 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($953.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 4.184435K | $0.227794 |
$953.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257753 | 9 hours ago | | | 0 | 0.00073560080 | |
| 21224601 | 5 days ago | | | 0 | 0.00082874334 | |
| 21174206 | 12 days ago | | | 0 | 0.0013584734 | |
| 21153560 | 15 days ago | | | 0 | 0.00053458116 | |
| 21152389 | 15 days ago | | | 0 | 0.00065848240 | |
| 21126846 | 19 days ago | | | 0 | 0.00094519793 | |
| 21126840 | 19 days ago | | | 0 | 0.00097653873 | |
| 21087752 | 24 days ago | | | 0 | 0.00032398044 | |
| 21087745 | 24 days ago | | | 0 | 0.00060406446 | |
| 21044765 | a month ago | | | 0 | 0.00019200509 |
ABI
ABI objects
Getter at block 21260332
autoLiqActive() view returns (bool)
false
autoliqReceiver() view returns (address)
0x94ef443fae0dfd349ea3b5a83c97271ac4326001
decimals() view returns (uint8)
18
devFeeReceiver() view returns (address)
0x45bf24d5e1589d25635028e0cf36db1550f28e8c
fees() view returns (uint8 buyLiqFee, uint8 buyDevFee, uint8 sellLiqFee, uint8 sellDevFee)
(buyLiqFee=0, buyDevFee=0, sellLiqFee=2, sellDevFee=2)
launchBlock() view returns (uint256)
17815399
limited() view returns (bool)
false
name() pure returns (string)
Prodigy Bot
owner() view returns (address result)
0x4077839b9a20d04dad8b0870b443e0f460a9afd5
swapActive() view returns (bool)
true
symbol() pure returns (string)
PRO
totalSupply() view returns (uint256 result)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
whatIsThis(uint256 wahoo, uint256 bading) view returns (uint256)
State-modifying
Events SetSellConfig(uint8 sellLiqFee, uint8 sellDevFee)
approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
decreaseAllowance(address spender, uint256 difference) returns (bool)
increaseAllowance(address spender, uint256 difference) returns (bool)
isSiliconBased(address silly, bool isIt)
manySuchCases(address[] malevolent)
release(address pair)
renounceOwnership() payable
requestOwnershipHandover() payable
setAutoliqActive(bool isActive)
setAutoliqReceiver(address receiver)
setBuyConfig(uint8 buyLiqFee, uint8 buyDevFee)
setDevFeeReceiver(address receiver)
setIsLimited(bool isIt)
setMaxTx(uint256 newMax)
setSwapActive(bool canSwap)
setSwapAmount(uint256 newAmount)
setSwapTrigger(uint256 newAmount)
setTaxExempt(address contributor, bool isExempt)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address router)
receive()
AllowanceOverflow()
AllowanceUnderflow()
ExceedsLimits()
InsufficientAllowance()
InsufficientBalance()
NewOwnerIsZeroAddress()
NoHandoverRequest()
ReentrantSwap()
TotalSupplyOverflow()
Unauthorized()