ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 109 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16582312 | 2 years ago | | | 0 | 0.0062349167 | |
| 16430646 | 2 years ago | | | 0 | 0.0050163325 | |
| 16081419 | 2 years ago | | | 0 | 0.0028449229 | |
| 15977062 | 2 years ago | | | 0 | 0.0045833005 | |
| 15932117 | 2 years ago | | | 0 | 0.012374434 | |
| 15932095 | 2 years ago | | | 0 | 0.010946230 | |
| 15928558 | 2 years ago | | | 0 | 0.0073469462 | |
| 15922803 | 2 years ago | | | 0 | 0.0080860072 | |
| 15915203 | 2 years ago | | | 0 | 0.0030549166 | |
| 15909264 | 2 years ago | | | 0 | 0.0028818218 |
ABI
ABI objects
Getter at block 21278360 proxiableUUID() view returns (bytes32)
name() view returns (string)
DIDToken
owner() view returns (address)
0x70542ee6802abb4a30670cc372ab486bd429db98
symbol() view returns (string)
DID
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenURI(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize()
renounceOwnership()
safeMint(address to, string uri)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(uint256 tokenId, string _tokenURI)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
TokenIsSoulbound()