TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 59 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x12b6…88c8
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAMA | ERC-20 | 26.139K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19081075 | 10 months ago | | | 0 | 0.00039063829 | |
| 19081075 | 10 months ago | | | 0 | 0.00044724659 | |
| 19078912 | 10 months ago | | | 0 | 0.00048180648 | |
| 19078910 | 10 months ago | | | 0 | 0.00082940107 | |
| 19078908 | 10 months ago | | | 0 | 0.00050567285 | |
| 18434838 | a year ago | | | 0 | 0.0017854422 | |
| 18234917 | a year ago | | | 0 | 0.0031116949 | |
| 18233835 | a year ago | | | 0 | 0.00097340519 | |
| 17734322 | a year ago | | | 0 | 0.0034093315 | |
| 17620958 | a year ago | | | 0 | 0.0022700897 |
ABI
ABI objects
Getter at block 21262955 getAllArcadeCreditBuyPlans() view returns (struct Tamadoge_P2E_V2ArcadeCreditBuyPlan[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
arcadeCreditBuyPlansAvailable() view returns (uint256)
3
burnWallet() view returns (address)
0x56d9e4a0663ea4fa310887c1ee02a56824c4533b
currentStakedAmountAvailableInContract() view returns (uint256)
0
getAllTamaStakePlans() view returns (struct Tamadoge_P2E_V2TamaStakePlan[])
[]
owner() view returns (address)
0x7efe7cbc1522a3ae877d5878ce38fc784f8de1a5
p2eRewardPoolBalance() view returns (uint256)
13899000000000000000000
stakingRewardsPoolBalance() view returns (uint256)
12240000000000000000000
tamaPerCreditToSendToRewardPool() view returns (uint256)
3000000000000000000
tamaPercentageToBurn() view returns (uint256)
2000
tamaPercentageToSendToStakingRewardPool() view returns (uint256)
8000
tamaStakePlansAvailable() view returns (uint256)
0
tamaToken() view returns (address)
0x12b6893ce26ea6341919fe289212ef77e51688c8
totalStakedAmountInContract() view returns (uint256)
0
totalTamaBurned() view returns (uint256)
3060000000000000000000
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.