Tamadoge_P2E_V2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Tamadoge_P2E_V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Tamadoge_P2E_V2"
ABI
ABI objects
Getter at block 21262955
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
arcadeCreditBuyPlansAvailable() view returns (uint256)
0
burnWallet() view returns (address)
0x0000000000000000000000000000000000000000
currentStakedAmountAvailableInContract() view returns (uint256)
0
getAllArcadeCreditBuyPlans() view returns (struct Tamadoge_P2E_V2ArcadeCreditBuyPlan[])
[]
getAllTamaStakePlans() view returns (struct Tamadoge_P2E_V2TamaStakePlan[])
[]
owner() view returns (address)
0x0000000000000000000000000000000000000000
p2eRewardPoolBalance() view returns (uint256)
0
stakingRewardsPoolBalance() view returns (uint256)
0
tamaPerCreditToSendToRewardPool() view returns (uint256)
0
tamaPercentageToBurn() view returns (uint256)
0
tamaPercentageToSendToStakingRewardPool() view returns (uint256)
0
tamaStakePlansAvailable() view returns (uint256)
0
tamaToken() view returns (address)
0x0000000000000000000000000000000000000000
totalStakedAmountInContract() view returns (uint256)
0
totalTamaBurned() view returns (uint256)
0
Read-only
arcadeCreditBuyPlans(uint256) view returns (uint256 arcadeCredits, uint256 tamaRequired, bool isActive)
gameResults(uint256) view returns (string)
getAllActiveStakes(address _address) view returns (struct Tamadoge_P2E_V2TamaStake[])
getAllStakes(address _address) view returns (struct Tamadoge_P2E_V2TamaStake[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getStake(address _address, uint256 _stakeId) view returns (struct Tamadoge_P2E_V2TamaStake)
getTotalActiveStakes(address _address) view returns (uint256)
getTotalStakes(address _address) view returns (uint256)
getTotalTamaStaked(address _address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tamaStakePlans(uint256) view returns (uint256 stakeDurationInSeconds, bool isActive)
totalTamaClaims(address) view returns (uint256)
State-modifying
Events addNewArcadeCreditBuyPlans(struct Tamadoge_P2E_V2ArcadeCreditBuyPlan[] _arcadeCreditBuyPlans)
addNewTamaStakePlans(struct Tamadoge_P2E_V2TamaStakePlan[] _tamaStakePlans)
batchActivateArcadeCreditBuyPlans(uint256[] _planIds)
batchActivateTamaStakePlans(uint256[] _planIds)
batchDeactivateArcadeCreditBuyPlans(uint256[] _planIds)
batchDeactivateTamaStakePlans(uint256[] _planIds)
batchUnstakeTama(uint256[] _stakeIds)
buyArcadeCredits(uint256 _planId)
buyArcadeCreditsFromStakingRewardPool(uint256 _totalArcadeCreditsToBuy, uint256 _totalTamaRequired, uint256 _tamaPercentageToBurn, uint256 _tamaPercentageToSendToStakingRewardPool)
claimTamaRewards(struct Tamadoge_P2E_V2TamaRewardClaim _data, bytes _signature)
createEip712Domain(string _name, string _version, uint8 _reinitializeVersion)
depositTamaTokensBackToUserStakes(uint256 _tokenAmount)
grantRole(bytes32 role, address account)
increaseP2eRewardPoolBalance(uint256 _tamaAmount)
initialize(address _tamaToken, address _adminWallet, uint256 _tamaPerCreditToSendToRewardPool, uint256 _tamaPercentageToSendToStakingRewardPool, uint256 _tamaPercentageToBurn, struct Tamadoge_P2E_V2ArcadeCreditBuyPlan[] _arcadeCreditBuyPlans, struct Tamadoge_P2E_V2TamaStakePlan[] _tamaStakePlans)
payoutTama(address[] _addresses, uint256[] _amounts)
publishIpfsResult(uint256 _gameId, string _result)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
stakeTama(uint256 _planId, uint256 _amountToStake)
transferOwnership(address newOwner)
updateArcadeCreditBuyPlan(uint256 _planId, uint256 _arcadeCredits, uint256 _tamaRequired)
updateBurnWallet(address _burnWallet)
updateTamaDistributionPercentages(uint256 _tamaPercentageToSendToStakingRewardPool, uint256 _tamaPercentageToBurn)
updateTamaPerCreditToSendToRewardPool(uint256 _tamaPerCreditToSendToRewardPool)
updateTamaStakePlan(uint256 _planId, uint256 _stakeDurationInSeconds)
withdrawTamaTokensFromUserStakes(uint256 _tokenAmount)
ActivatedArcadeCreditBuyPlans(address indexed by, uint256[] planIds, uint256 timestamp)
ActivatedTamaStakePlans(address indexed by, uint256[] planIds, uint256 timestamp)
AddedNewArcadeCreditBuyPlan(address indexed by, uint256 indexed planId, uint256 arcadeCredits, uint256 tamaRequired, bool isActivated, uint256 timestamp)
AddedNewTamaStakePlan(address indexed by, uint256 indexed planId, uint256 stakeDurationInSeconds, bool isActivated, uint256 timestamp)
ArcadeCreditsBought(address indexed by, uint256 indexed arcadeCreditBuyPlan, uint256 arcadeCreditsBought, uint256 tamaPaid, uint256 timestamp)
ArcadeCreditsBoughtFromStakingRewardsPool(address indexed by, uint256 indexed totalArcadeCreditsBought, uint256 indexed totalTamaRequired, uint256 tamaPercentageToBurn, uint256 tamaPercentageToSendToStakingRewardPool, uint256 tamaAddedToP2eRewardPool, uint256 tamaBurned, uint256 stakingRewardsPoolBalance, uint256 timestamp)
DeactivatedArcadeCreditBuyPlans(address indexed by, uint256[] planIds, uint256 timestamp)
DeactivatedTamaStakePlans(address indexed by, uint256[] planIds, uint256 timestamp)
GameResultPublished(address indexed by, uint256 indexed gameId, string result, uint256 timestamp)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
P2eRewardPoolBalanceIncreased(address indexed by, uint256 tamaAdded, uint256 p2eRewardPoolBalance, uint256 timestamp)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TamaPayoutFromP2eRewardPool(address indexed by, address[] addresses, uint256[] amounts, uint256 p2eRewardPoolBalanceLeft, uint256 timestamp)
TamaRewardClaimed(address indexed by, uint256 amount, uint256 claimNumber, bytes signature, uint256 timestamp)
TamaStaked(address indexed by, uint256 indexed planId, uint256 stakeId, uint256 amount, uint256 timestamp, uint256 unlockTime)
TamaTokensDepositedToUserStakes(address indexed by, uint256 amount, uint256 timestamp)
TamaTokensWithdrawnFromUserStakes(address indexed by, uint256 amount, uint256 timestamp)
TamaUnstakedBatch(address indexed by, uint256[] stakeIds, uint256 totalUnstakedTamaAmount, uint256 timestamp)
UpdatedArcadeCreditBuyPlan(address indexed by, uint256 indexed planId, uint256 arcadeCredits, uint256 tamaRequired, uint256 timestamp)
UpdatedBurnWallet(address indexed by, address newBurnWallet, uint256 timestamp)
UpdatedTamaDistributionPercentages(address indexed by, uint256 tamaPercentageToBurn, uint256 tamaPercentageToSendToStakingRewardPool, uint256 timestamp)
UpdatedTamaPerCreditToRewardPool(address indexed by, uint256 tamaPerCreditToSendToRewardPool, uint256 timestamp)
UpdatedTamaStakePlan(address indexed by, uint256 indexed planId, uint256 stakeDurationInSeconds, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.