UAE NFT - Keypass
Verified contract
Proxy
Active on
Ethereum with 2,498 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "UAE NFT - Keypass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102524 | 9 days ago | | | 0 | 0.00013972905 | |
| 21041183 | 18 days ago | | | 0 | 0.00032909157 | |
| 20647791 | 2 months ago | | | 0 | 0.00014872456 | |
| 20647784 | 2 months ago | | | 0 | 0.00016431932 | |
| 20591647 | 3 months ago | | | 0 | 0.000078435594 | |
| 20420870 | 3 months ago | | | 0 | 0.00059898715 | |
| 20411981 | 3 months ago | | | 0 | 0.00016170033 | |
| 20411969 | 3 months ago | | | 0 | 0.00029220177 | |
| 20410094 | 3 months ago | | | 0 | 0.000093727635 | |
| 20297601 | 4 months ago | | | 0 | 0.000064660258 |
ABI
ABI objects
Getter at block 21170097
getMaxTotalSupply() pure returns (uint256)
1971
getOwner() view returns (address)
0x5cdc2190aab378097cae597f73983340c83ed0e5
getTotalSupply() view returns (uint256)
1971
name() view returns (string)
UAE NFT - Keypass
owner() view returns (address)
0x5cdc2190aab378097cae597f73983340c83ed0e5
paused() view returns (bool)
false
royaltyParams() view returns (address royaltyAddress, uint256 royaltyPercent)
(royaltyAddress=0xa5b00c82aec674c5b9a2cebb52ae84a1dc74c18a, royaltyPercent=500)
stats() view returns (uint256 maxTotalSupply, uint256 totalSupply, uint256 supplyLeft)
(maxTotalSupply=1971, totalSupply=1971, supplyLeft=0)
symbol() view returns (string)
UAENFTKEYPASS
totalSupply() view returns (uint256)
1971
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId_) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedMinter(address account_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice_) view returns (address receiver, uint256 royaltyAmount)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addToTrustedMinterList(address account_)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(string name_, string symbol_, string baseUri_)
mintTokenBatch(address recipient_, uint256 tokenCount_)
pause()
removeFromTrustedMinterList(address account_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBaseUri(string baseUri_)
updateRoyaltyParams(address account_, uint256 percent_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddToTrustedMinterList(address account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUriUpdated(string baseUri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveFromTrustedMinterList(address account)
RoyaltyParamsUpdated(address account, uint256 percent)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.