PayToPlayLivesV2Contract
Verified contract
Active on
Base with 1,319 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 |
---|---|---|---|---|---|
kurbi | ERC-20 | 0.1 | $0.000788 |
$0 | |
PAW | ERC-20 | 5.888 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652951 | 2 months ago | | | 0 | 2.3482045e-7 | |
| 20652948 | 2 months ago | | | 0 | 2.1834966e-7 | |
| 20652938 | 2 months ago | | | 0 | 1.2179202e-7 | |
| 19471670 | 2 months ago | | | 0 | 3.3111112e-7 | |
| 19471665 | 2 months ago | | | 0 | 3.2861882e-7 | |
| 19471661 | 2 months ago | | | 0 | 3.2861882e-7 | |
| 19471656 | 2 months ago | | | 0 | 3.2861882e-7 | |
| 19470600 | 2 months ago | | | 0 | 2.6993910e-7 | |
| 19470599 | 2 months ago | | | 0 | 2.6993910e-7 | |
| 19469991 | 3 months ago | | | 0 | 3.3280630e-7 |
ABI
ABI objects
Getter at block 22775147
BotSpawnerWallet() view returns (address)
0x48ed1558a8435c664b2fc4a6c0938283124567fc
CostOfBotKills() view returns (uint256)
200000000000000000
CostOfLives() view returns (uint256)
1000000000000000000
Erc20TokenAddress() view returns (address)
0x78a087d713be963bf307b18f2ff8122ef9a63ae9
GetCostOfLives() view returns (uint256)
1000000000000000000
PercentageForBots() view returns (uint256)
5
PercentageForKills() view returns (uint256)
75
PermissionedServerWallet() view returns (address)
0x59359404150a5f4ccc6e62d7d023d6f1be35b322
ProtocolPercentageTake() view returns (uint256)
20
TeamWallet() view returns (address)
0x8998f85603737687fad85eedf45f43e79ceb608b
getCostOfLives() view returns (uint256)
1000000000000000000
getPercentageForBots() view returns (uint256)
5
getProtocolPercentageTake() view returns (uint256)
20
owner() view returns (address)
0xf02cf1e4f657da1185bf01aa84cdf9ade37810b0
Read-only
HasLife(address user) view returns (bool)
LivesCount(address user) view returns (uint256)
Revives(address) view returns (uint256)
RevivesCount(address user) view returns (uint256)
kills(address) view returns (uint256)
lives(address) view returns (uint256)
State-modifying
Events Bot_Killed_Player(address Killed)
Player_Killed_Bot(address _to)
Player_Killed_Player(address _to)
PurchaseLives(uint256 numberOfLivesToPurchase)
SetNewBotPaymentWallet(address newAddr)
SetNewContractOwner(address newAddr)
SetNewERC20TokenAddress(address newAddr)
SetNewPermissionedServerWallet(address newAddr)
SetNewTeamWallet(address newAddr)
UserSpawned(address user)
setCostOfBotKills(uint256 _newCost)
setCostOfLives(uint256 _newCost)
setPercentageForBots(uint256 _newPercentage)
setPercentageForKills(uint256 _newPercentage)
setProtocolPercentageTake(uint256 _newPercentage)
withdrawErc20Tokens(address token)
withdrawGas()
withdrawToken(address tokenAddress)
BotKilledaPlayer(address indexed user)
LivesPurchased(address indexed user, uint256 amount)
PlayerKilledABot(address indexed user)
PlayerMadeAKill(address indexed user)
UserHasSpawned(address indexed user)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.