TelegramPepeRaceGame
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPERC | ERC-20 | 33.36K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18024865 | a year ago | | | 0 | 0.0030564487 | |
| 18024858 | a year ago | | | 0 | 0.0018756876 | |
| 18023326 | a year ago | | | 0 | 0.0066299532 | |
| 18023318 | a year ago | | | 0 | 0.0048049032 | |
| 18023252 | a year ago | | | 0 | 0.012107048 | |
| 18023247 | a year ago | | | 0 | 0.0044191844 | |
| 18023142 | a year ago | | | 0 | 0.0042707825 | |
| 18023136 | a year ago | | | 0 | 0.0030775212 | |
| 18023047 | a year ago | | | 0 | 0.0041020731 | |
| 18023040 | a year ago | | | 0 | 0.0031485684 |
ABI
ABI objects
Getter at block 21309516
bettingToken() view returns (address)
0x2571aa85faf63d270b5517460221541c2655e10d
burnPercent() view returns (uint256)
4
minBet() view returns (uint256)
0
owner() view returns (address)
0x92eac891e9a14dd164fdf6388bf2ab7d0372e5f9
revenuePercent() view returns (uint256)
6
revenueWallet() view returns (address)
0x2f78fd0da39b227a96f4f56bb79121cd84f92e2d
Read-only
This contract contains no read-only function objects.
State-modifying
Events endGame(uint256 _totalBetAmount, address[] _winners, uint256 _noOfWinners)
newGame(address[] _players, uint256 _betAmount)
renounceOwnership()
setMinBetAmount(uint256 newMinBetAmount)
setRevenueWallet(address _revenueWallet)
transferOwnership(address newOwner)
Bet(address player, uint256 amount)
Burn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revenue(uint256 amount)
Win(address player, uint256 amount)
constructor(address _bettingToken, address _revenueWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.