ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 2,382 txns
Deployed by via 0x96455c5e at 16032593
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
3 additional variables

No balances found for "ERC1967Proxy"

0x88c05281614103da594a8a27207ac87da604f16383d230db68bb762001942d47
0xf5401e47d67e097c96ac2326641607a6308285c247f08d85487325b2aebba2a4
0x1bd7667d4e562699f7e6d604fa9d4b9e4e6d33c617459097b0846921deeb7b01
0x2f35572bc5df4f6bbc27b11cddc0dc59c61206f78e37d37499db8158989ad43c
0x99386bb1a3bd66632c8d46d43f1516599b51cfe1e80e2c20e57b33689df957b0
0xd634435cfe9d0e61db66cdf7236d34b91b8e8ed487a9094e7089da390e5ccbc0
0x9413523995f27606d9faacc7f4c848afd53fe9c7b96ef37669dcc169d8a1f245
0xdc8df50fe5d8894cd3935c62c8d3c2a40639428372d249363c019d46d6399c76
0xfac85fd8b7aada00bc99190f9b4c05e65531c6dd6e58844ae7252ec5bf74798c
0x9ec09eb14786f89694dc30ef34e4e9820535ee3795d56ae5bef3b241198d7559

Functions
Getter at block 21225605
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)
9673969400
assemblingStartTime(view returns (uint256)
1673969400
availableForRecoding(view returns (uint256)
0
currentSupplyCap(view returns (uint256)
0
esnxMecha(view returns (address)
0xfa37cfae8458a692511cd7ffcd9ac18a69af4274
owner(view returns (address)
0xf75c90d6d5d34d6906d61cfd5e759cfc7ab4eea5
 
proxiableUUID(view returns (bytes32)
recoder(view returns (address)
0x8757e226d022bc1c70bdc3b8abaf407e7280dcac
supplyCapParam(view returns (uint64 decayPerioduint32 lastSupplyCapuint32 supplyDecayuint64 lastMint)
(decayPeriod=600, lastSupplyCap=6865, supplyDecay=50, lastMint=1669537319)
totalMinted(view returns (uint256)
6865
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
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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 _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
BurnFromNonOnwerAddress(
BurnFromZeroAddress(
Ended(
ExceedSupplyCap(
InputLengthMistmatch(
InvalidDecayPeriod(
InvalidLength(
InvalidPart(
InvalidQueryRange(
InvalidTime(
MintToZeroAddress(
MintZeroQuantity(
NotEOA(
NotRecoder(
NotStarted(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwnerOrInvalidAmount(
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(