__AdminUpgradeabilityProxy__
Verified contract
Proxy
Active on
Ethereum with 3,478 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x8113…6d20
5 additional
variables
Balances ($0.00)
No balances found for "__AdminUpgradeabilityProxy__"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212853 | 2 days ago | | | 0 | 0.00059998322 | |
| 21105693 | 17 days ago | | | 0 | 0.000096955005 | |
| 21105163 | 17 days ago | | | 0 | 0.00021792260 | |
| 21101238 | 18 days ago | | | 0 | 0.00044762480 | |
| 21061199 | 24 days ago | | | 0 | 0.00017824398 | |
| 21048282 | 25 days ago | | | 0 | 0.00014724500 | |
| 20519983 | 3 months ago | | | 0 | 0.00016200920 | |
| 20319753 | 4 months ago | | | 0 | 0.00027607820 | |
| 20224562 | 5 months ago | | | 0 | 0.00023359472 | |
| 20015809 | 6 months ago | | | 0 | 0.00029486208 |
ABI
ABI objects
Getter at block 21230392
__admin__() view returns (address)
0x31c00012ba64f62e44e8f4941e22105b65037baa
__implementation__() view returns (address)
0x1f185a5d30369a6ac81ce1be7718e03a0ee616fc
GRACE_PERIOD() view returns (uint256)
604800
_baseTokenURI() view returns (string)
https://assets.nft.space/mainnet/0x6dbb970d0760c839486b160910004d3716969989/
baseNode() view returns (bytes32)
0xb75cf4f3d8bc3deb317ed5216d898899d5cc6a783f65f6768eb9bcb89428670d
name() view returns (string)
NFT Name Service
nns() view returns (address)
0x81132c2ff472691f3e0b52b61df50cd4a64b6d20
owner() view returns (address)
0x31c00012ba64f62e44e8f4941e22105b65037baa
symbol() view returns (string)
NNS
totalSupply() view returns (uint256)
6390
Read-only
available(uint256 id) view returns (bool)
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nameExpires(uint256 id) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceID) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events __changeAdmin__(address newAdmin)
__upgradeToAndCall__(address newImplementation, bytes data) payable
__upgradeTo__(address newImplementation)
__BaseRegistrarImplementation_i(address _nns, bytes32 _baseNode)
addController(address controller)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnName(uint256 tokenId)
reclaim(uint256 id, address owner)
register(uint256 id, address owner, uint256 duration) returns (uint256)
registerOnly(uint256 id, address owner, uint256 duration) returns (uint256)
removeController(address controller)
renew(uint256 id, uint256 duration) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setResolver(address resolver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ControllerAdded(address indexed controller)
ControllerRemoved(address indexed controller)
Initialized(uint8 version)
NameMigrated(uint256 indexed id, address indexed owner, uint256 expires)
NameRegistered(uint256 indexed id, address indexed owner, uint256 expires)
NameRenewed(uint256 indexed id, uint256 expires)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.