Impostors UFO

Verified contract

Active on Ethereum with 7,012 txns
Deployed by via 0x53df7d91 at 14694832
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Impostors UFO"

0xd4e26cdf35751706df581a4531f5bf368fd61e1974d67d3e9344884e2d0b76a2
0x67fd7b98af0b85a101b1a920d10de68415c29310a9989d6255bd84bdfbdc8084
0xef6b6b7dff08069ba2c15ba33d3c786b74f19a3e6a1512e7a45817c7ea8f3e3d
0x011573275e429db353ec4f386d2fa891439c651b21a6898606d94fe8555aa342
0xe4369bce51c912b631f90e202e2c094b151e605261535d4a81f83021f47ed788
0x4c0224d61fc9327341d7d68e29dec1b2ece28d166e6e1b39d15d715b229e6247
0xec54bac8101fa6adc9fa8897743dd1fbe30620b914914f36957a2d0e4237e152
0x0e98abedd8c3abdb793a81b5b90490e074dd62978b27e3694645500cb0d0ac50
0x54c46b8ec14b392050067a4155148ec0684bd3efc363bed42ae5301aec0f5c84
0xdbec1a3c99a5d507d82e5fa86079c63511cb009d619006a6a024a4bc1e120530

Functions
Getter at block 20878356
allTransfersLocked(view returns (bool)
false
cap(view returns (uint256)
10420
metadataUri(view returns (string)
https://impostors-ufo.s3.amazonaws.com/
name(view returns (string)
Impostors UFO
owner(view returns (address)
0x77773f1e2ca26c2bd69e06e65d51800fbef1b468
symbol(view returns (string)
UFO
totalSupply(view returns (uint256)
9392
Read-only
_exists(uint256 _idview returns (bool)
balanceOf(address _ownerview returns (uint256)
getApproved(uint256 _idview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 _idview returns (address)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _idview returns (string)
transferLocks(uint256view returns (bool)
State-modifying
approve(address _approveduint256 _id
lockAllTransfers(bool _locked
lockTransfer(uint256 _idbool _locked
mint_Qgo(address _recipientuint256 _amount
renounceOwnership(
safeTransferFrom(address _fromaddress _touint256 _id
safeTransferFrom(address _fromaddress _touint256 _idbytes _data
setAdmin(address _newAdminbool _isAdmin
setApprovalForAll(address _operatorbool _approved
setURI(string _uri
transferFrom(address _fromaddress _touint256 _id
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _metadataURIuint256 _cap
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
CapExceeded(
MintToZeroAddress(
MintZeroQuantity(
NotAnAdmin(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferIsLocked(
TransferIsLockedGlobally(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(