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 "Prophet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21381336 | 26 minutes ago | | | 0 | 0.0015902622 | |
| 21381202 | an hour ago | | | 0 | 0.0016889172 | |
| 21381030 | an hour ago | | | 0 | 0.00099610948 | |
| 21380645 | 3 hours ago | | | 0 | 0.0014148729 | |
| 21380545 | 3 hours ago | | | 0 | 0.0012431418 | |
| 21380486 | 3 hours ago | | | 0 | 0.00089303883 | |
| 21380474 | 3 hours ago | | | 0 | 0.0015116436 | |
| 21378090 | 11 hours ago | | | 0 | 0.00058579277 | |
| 21376031 | 18 hours ago | | | 0 | 0.00073293321 | |
| 21376028 | 18 hours ago | | | 0 | 0.00065292084 |
ABI
ABI objects
Getter at block 21381464
decimals() view returns (uint8)
18
name() view returns (string)
Prophet
operationsWallet() view returns (address)
0x4c6f89dc7edcd9432612bca530da5b36619c512d
owner() view returns (address)
0x4c6f89dc7edcd9432612bca530da5b36619c512d
symbol() view returns (string)
PROPHT
totalSupply() view returns (uint256)
1200000000000000000000000
uniswapV2Pair() view returns (address)
0xc2e352ab7c683d48d91826b6d8644a84718e9030
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
receiveBlock(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateOperationsWallet(address _operationsWallet)
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 _owner)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)