IsekaiBattleStatusManagerV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x0000…0000
0x0000…0000
0x0000…0000
0x0000…0000
0x0000…0000
0x0000…0000
3 additional
variables
Balances ($0.00)
No balances found for "IsekaiBattleStatusManagerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IsekaiBattleStatusManagerV2"
ABI
ABI objects
Getter at block 21383514
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ISB() view returns (address)
0x0000000000000000000000000000000000000000
MGC() view returns (address)
0x0000000000000000000000000000000000000000
RDM() view returns (address)
0x0000000000000000000000000000000000000000
SED() view returns (address)
0x0000000000000000000000000000000000000000
STK() view returns (address)
0x0000000000000000000000000000000000000000
getMagicCircleExtraRatioLength() view returns (uint256)
0
maxSeedLength() view returns (uint256)
0
mixSeedGen05Cost() view returns (uint256)
0
mixSeedGen0Cost() view returns (uint256)
0
mixSeedGen1Cost() view returns (uint256)
0
oldStakesLength() view returns (uint256)
0
paused() view returns (bool)
false
useSeedGen05Cost() view returns (uint256)
0
useSeedGen0Cost() view returns (uint256)
0
useSeedGen1Cost() view returns (uint256)
0
withdrawAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getMagicCircleExtraRatioForUser(address user) view returns (uint128, uint128)
getMixSeedPrice(uint256 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getUseSeedPrice(uint256 tokenId) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isOwnedToken(uint256 tokenId) view returns (bool)
magicCircleExtraRatio(uint256, uint256) view returns (uint128)
oldStakes(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address _ISB, address _STK, address _SED, address _MGC, address _RDM)
mixSeed(uint256 tokenId, uint256 seedId, uint256 mixNum) payable
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMagicCircleExtraRatio(uint128[2][] _magicCircleExtraRatio)
setMaxSeedLength(uint256 _maxSeedLength)
setMixSeedCosts(uint256 _mixSeedGen0Cost, uint256 _mixSeedGen05Cost, uint256 _mixSeedGen1Cost)
setOldStakes(address[] _oldStakes)
setUseSeedCosts(uint256 _useSeedGen0Cost, uint256 _useSeedGen05Cost, uint256 _useSeedGen1Cost)
setWithdrawAddress(address _withdrawAddress)
unpause()
useSeed(uint256 tokenId, uint256 seedId) payable
withdraw()
Initialized(uint8 version)
MagicCircleExtraRatioChanged(address indexed sender)
MaxSeedLengthChanged(address indexed sender, uint256 maxSeedLength)
MixSeed(address indexed user, address indexed target, uint256 tokenId, uint256 seedId, uint256 mixNum, uint256 mixedSeedId)
MixSeedGasCostsChanged(address indexed sender, uint256 mixSeedGen0Cost, uint256 mixSeedGen05Cost, uint256 mixSeedGen1Cost)
Paused(address account)
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)
Unpaused(address account)
UseSeed(address indexed user, address indexed target, uint256 tokenId, uint256 seedId)
UseSeedGasCostsChanged(address indexed sender, uint256 useSeedGen0Cost, uint256 useSeedGen05Cost, uint256 useSeedGen1Cost)
Withdraw(address indexed sender, address indexed withdrawAddress, uint256 amount)
WithdrawAddressChanged(address indexed sender, address indexed withdrawAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.