ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 1,535 txns
Deployed by via 0x1565384a at 16932388
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 46 additional slots
-
variable spans 47 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 49 additional slots
4 additional variables

No balances found for "ERC1967Proxy"

0x1ca0f706cc680f6aa1b6631a3560e7389935b7447af6f9c3884139d93d0b2f19
0x7f9950150e5ebb0dc26dbed236eca2a2b986046968731ba576884a159425e87b
0x688049a72136262f41a556483c6c642ad557c3071bc5a1bbdda534914c2cac58
0x99fa030d12407ec531d20fe51b65979beb39d9d8822a1ee1205aabd332fb44c3
0x1ef934523944e6086a109d185d6f0ac5e1152d1af273b7898c725c1150a39843
0x20c132bbfb116892c0515c78f5100ac498602c8065fff022dd6c5dcc19804bc8
0x42ff1d04205bd7b970cf1c67ff99e76e99f0e1f20f7a1ff4c67876646b4af6c8
0x0e2a481524d0a0f15b385da53c1467827ca4e944f7da6effdc1350bf7bc36fea
0x8f01fe0a0e86d83c1c2f96c5ec757088bd112f5e9d1b946f8127b805d6950906
0x0d8925a39facc8255c0c9c60d78d7fc0de9385f29a95f1d63ef03bcc7742909f

Functions
Getter at block 21177224
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER(view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAUSER(view returns (bytes32)
0x539440820030c4994db4e31b6b800deafd503688728f932addfe7a410515c14c
ROYAL(view returns (bytes32)
0xf8e0b2292a0ed07b08ef71bf26f5822976f19b8c63b6848cd36a6837aadcd3b7
UPGRADER(view returns (bytes32)
0xa615a8afb6fffcb8c6809ac0997b5c9c12b8cc97651150f14c8f6203168cff4c
URI_SETTER(view returns (bytes32)
0xa62d8e55240185837238af9adc11e51727e005b95707f32446366dbe58f727e2
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
batchMonoTransfer(address[] touint256 iduint256 amountbytes data
batchTransfer(address[] touint256[] iduint256[] amountbytes data
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
deleteDefaultRoyalty(
grantRole(bytes32 roleaddress account
initialize(
mint(address accountuint256 iduint256 amountbytes data
mintBatch(address touint256[] idsuint256[] amountsbytes data
mintBulk(address[] touint256 iduint256[] amountsbytes data
pause(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setURI(string newUri
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
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
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
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
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator