TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,102 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 127 additional slots
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- | |
LIL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148868 | a day ago | | | 0 | 0.0017310136 | |
| 21116184 | 6 days ago | | | 0 | 0.0030011163 | |
| 20987402 | 24 days ago | | | 0 | 0.0069196997 | |
| 20931498 | a month ago | | | 0 | 0.0023110119 | |
| 20909365 | a month ago | | | 0 | 0.00092517633 | |
| 20543328 | 3 months ago | | | 0 | 0.00077651215 | |
| 20329088 | 4 months ago | | | 0 | 0.00089644120 | |
| 20185413 | 4 months ago | | | 0 | 0.0011432798 | |
| 20081339 | 5 months ago | | | 0 | 0.0032352605 | |
| 20058142 | 5 months ago | | | 0 | 0.00079855124 |
ABI
ABI objects
Getter at block 21158779
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFAULT_BYPASS_ROLE() view returns (bytes32)
0xd098f4c753f75902ebb69ef03b95b84df1fde8bb94bfd8fd196d9bfaed82adf4
owner() view returns (address)
0x06cbc97e60b3fae6e364e080651b31bce1b15ea9
paused() view returns (bool)
false
Read-only
canTokenBeTransferred(address collection, address, address, uint256 tokenId) view returns (bool)
getDynamicAttributes(address collection, uint256 tokenId) view returns (struct Attribute[] attributes)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenStakingData(address collection, uint256 tokenId) view returns (struct StakedNFT stakingData)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
batchTrainingHeroesAndVillains(uint256[2][] pairs)
batchTrainingHeroesAndVillainsSigned(uint256[2][] pairs, struct NFTBaseAttributesRequest nFTBaseAttributesRequest, bytes signature)
batchUnTrainingHeroesAndVillains(uint256[2][] pairs)
bypassTokenId(address collection, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(string domainName, string version, address heroesAddress, address lilVillainsAddress, address proxyController, string badgeName, struct Badge[] badges)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
removeBypassTokenId(address collection, uint256 tokenId)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBadgePropertyName(string value)
setBadges(struct Badge[] values)
setLegendaries(address collection, uint256[] tokenIds)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BatchTraining(address whoTraining, uint256[2][] pairs, uint256 trainingAt)
BatchUnTraining(address whoTraining, uint256[2][] pairs)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
SetBaseAttributes(bytes signature)
Stake(address collection, uint256 tokenId, uint256 startAt)
UnStake(address collection, uint256 tokenId, uint256 totalStakedTime)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CallerIsNotOwner(address caller, address collection, uint256 tokenId)
InvalidPair(uint256 heroTokenId, uint256 villainTokenId)
TokenAlreadyInStaking(address collection, uint256 tokenId)
TokenIsNotInStaking(address collection, uint256 tokenId)