EsnxComponent
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "EsnxComponent"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EsnxComponent"
ABI
ABI objects
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 decayPeriod, uint32 lastSupplyCap, uint32 supplyDecay, uint64 lastMint)
(decayPeriod=0, lastSupplyCap=0, supplyDecay=0, lastMint=0)
totalMinted() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOf(address owner, uint256 start, uint256 stop) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
uri(uint256) view returns (string)
State-modifying
Events assemble(uint256[] ids)
initialize()
initializeSupplyCap(uint64 decayStart, uint64 decayPeriod, uint32 initialSupply, uint32 supplyDecay)
mint(address to)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setAssemblingTime(uint256 start, uint256 end)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setEsnxMecha(address esnxMecha_)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setUri(string uri_)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Upgraded(address indexed implementation)
constructor(address recoder_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
BalanceQueryForZeroAddress()
BurnFromNonOnwerAddress()
BurnFromZeroAddress()
Ended()
ExceedSupplyCap()
InputLengthMistmatch()
InvalidDecayPeriod()
InvalidLength()
InvalidPart()
InvalidQueryRange()
InvalidTime()
MintToZeroAddress()
MintZeroQuantity()
NotEOA()
NotRecoder()
NotStarted()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwnerOrInvalidAmount()
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()