RenovaAvatar
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 15 additional slots
-
variable spans 43 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "RenovaAvatar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RenovaAvatar"
ABI
ABI objects
Getter at block 21215423 renounceOwnership() view
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
approve(address, uint256) pure
balanceOf(address owner) view returns (uint256)
characterIds(address) view returns (uint256)
factions(address) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
safeTransferFrom(address, address, uint256, bytes) pure
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIds(address) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
transferFrom(address, address, uint256) pure
State-modifying
Events initialize(address renovaCommandDeck, address stakingVault, uint256 minStakePower, address wormhole, uint8 wormholeConsistencyLevel)
mint(uint8 faction, uint256 characterId)
refreshAllMetadata()
refreshMetadata(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
setCustomBaseURI(string customBaseURI)
transferOwnership(address newOwner)
updateMaxCharacterId(uint8 faction, uint256 maxCharacterId)
updateMinStakePower(uint256 minStakePower)
updateStakingVault(address stakingVault)
updateWormhole(address wormhole)
updateWormholeConsistencyLevel(uint8 wormholeConsistencyLevel)
updateWormholeRemote(uint16 wormholeChainId, bytes32 authorizedRemote)
withdrawRelayerFees()
wormholeMintSend(uint16 dstWormholeChainId, uint256 wormholeMessageFee) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
Mint(address indexed player, uint256 tokenId, uint8 faction, uint256 characterId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateCustomURI(string uri)
UpdateMaxCharacterId(uint8 faction, uint256 maxCharacterId)
UpdateMinStakePower(uint256 minStakePower)
UpdateStakingVault(address stakingVault, address prevStakingVault)
UpdateWormhole(address newWormhole, address oldWormhole)
UpdateWormholeChainId(uint16 newWormholeChainId, uint16 oldWormholeChainId)
UpdateWormholeConsistencyLevel(uint8 newConsistencyLevel, uint8 oldConsistencyLevel)
UpdateWormholeRemote(uint16 wormholeChainId, bytes32 remote)
WormholeReceive(uint16 emitterChainId, bytes32 emitterAddress, uint64 sequence)
WormholeSend(uint64 sequence)
XChainMintOut(address indexed player, uint8 faction, uint256 characterId, uint16 dstWormholeChainId, uint256 sequence, uint256 relayerFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.