EsnxComponent

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb48d8685 at 16036823
Slot
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots

No balances found for "EsnxComponent"

No transactions found for "EsnxComponent"


Functions
Getter at block 21227109
ARMS_TOKEN_ID(view returns (uint256)
2
BODY_TOKEN_ID(view returns (uint256)
1
EQUIPMENT_TOKEN_ID(view returns (uint256)
4
HEAD_TOKEN_ID(view returns (uint256)
0
LEGS_TOKEN_ID(view returns (uint256)
3
NUM_PARTS(view returns (uint256)
5
assemblingEndTime(view returns (uint256)
0
assemblingStartTime(view returns (uint256)
0
availableForRecoding(view returns (uint256)
0
currentSupplyCap(view returns (uint256)
0
esnxMecha(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
recoder(view returns (address)
0x8757e226d022bc1c70bdc3b8abaf407e7280dcac
supplyCapParam(view returns (uint64 decayPerioduint32 lastSupplyCapuint32 supplyDecayuint64 lastMint)
(decayPeriod=0, lastSupplyCap=0, supplyDecay=0, lastMint=0)
totalMinted(view returns (uint256)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 startuint256 stopview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
isOwnerOf(address accountuint256 idview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
uri(uint256view returns (string)
State-modifying
assemble(uint256[] ids
initialize(
initializeSupplyCap(uint64 decayStartuint64 decayPerioduint32 initialSupplyuint32 supplyDecay
mint(address to
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setAssemblingTime(uint256 startuint256 end
setDefaultRoyalty(address receiveruint96 feeNumerator
setEsnxMecha(address esnxMecha_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setUri(string uri_
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Upgraded(address indexed implementation
Constructor
constructor(address recoder_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
BurnFromNonOnwerAddress(
BurnFromZeroAddress(
Ended(
ExceedSupplyCap(
InputLengthMistmatch(
InvalidDecayPeriod(
InvalidLength(
InvalidPart(
InvalidQueryRange(
InvalidTime(
MintToZeroAddress(
MintZeroQuantity(
NotEOA(
NotRecoder(
NotStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwnerOrInvalidAmount(
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(