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 "PepePool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2015004 | a year ago | | | 0 | 0.00014311505 |
ABI
ABI objects
Getter at block 23193254
owner() view returns (address)
0x7f943e801244ddea5dc3536ae15e8adc218e8b1d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
pepeBetAddress() view returns (address)
0xfb144d91536a14fd6738f19e135d013b7295e135
serviceWallet() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
fundServiceWallet(uint256 amount, address tokenAddress)
payout(address user, address betToken, uint256 amount, uint256 betId)
renounceOwnership()
setNewPepeBetAddress(address newPepeBet)
setNewServiceWallet(address newServiceWallet)
transferOwnership(address newOwner)
withdraw(uint256 amount, address tokenAddress)
AdminWithdrawal(address indexed admin, address indexed token, uint256 amount)
FundedServiceWallet(address indexed serviceWallet, address indexed token, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address indexed user, address betToken, uint256 indexed betId, uint256 amount)
UpdatedPepeBetAddress(address indexed oldAddress, address indexed newAddress)
UpdatedServiceWallet(address indexed oldAddress, address indexed newAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InsufficientFunds(uint256 requested, uint256 available)
InvalidAddress()
NotPepeBet()
NotServiceWallet()